Home
last modified time | relevance | path

Searched refs:doAllocation (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DUtilsReceiver.java44 final Bundle res = doAllocation(context, intent.getExtras()); in onReceive()
53 public static Bundle doAllocation(Context context, Bundle extras) { in doAllocation() method in UtilsReceiver
DUtilsProvider.java28 return UtilsReceiver.doAllocation(getContext(), extras); in call()