blob: 785351435d734cbe9f6bed75ced35c6a5253efb1 [file] [log] [blame]
package android.net.ipmemorystore;
interface IOnL2KeyResponseListener {
oneway void onL2KeyResponse(in android.net.ipmemorystore.StatusParcelable status, in String l2Key);
}