blob: 46d4ecb9ed7c212d6ff9a6083ffdf7703cfa0417 [file] [log] [blame]
package android.net.ipmemorystore;
interface IOnSameL3NetworkResponseListener {
oneway void onSameL3NetworkResponse(in android.net.ipmemorystore.StatusParcelable status, in android.net.ipmemorystore.SameL3NetworkResponseParcelable response);
}