Searched refs:INTENT_EXTRA_CALLING_PKG (Results 1 – 5 of 5) sorted by relevance
19 import static android.mediaprovidertranscode.cts.TranscodeTestConstants.INTENT_EXTRA_CALLING_PKG;59 INTENT_EXTRA_CALLING_PKG), in onCreate()
25 public static final String INTENT_EXTRA_CALLING_PKG = field in TranscodeTestConstants
20 import static android.mediaprovidertranscode.cts.TranscodeTestConstants.INTENT_EXTRA_CALLING_PKG;361 intent.putExtra(INTENT_EXTRA_CALLING_PKG, getContext().getPackageName()); in sendIntentToTestApp()
32 import static android.scopedstorage.cts.lib.TestUtils.INTENT_EXTRA_CALLING_PKG;446 final String packageName = getIntent().getStringExtra(INTENT_EXTRA_CALLING_PKG); in accessFile()
114 public static final String INTENT_EXTRA_CALLING_PKG = "android.scopedstorage.cts.calling_pkg"; field in TestUtils1876 intent.putExtra(INTENT_EXTRA_CALLING_PKG, getContext().getPackageName()); in launchTestApp()