Home
last modified time | relevance | path

Searched refs:callingPackageName (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/appop/jni/android/app/appops/cts/
DAppOpsLoggingTest.cpp36 String16 callingPackageName(nativeCallingPackageName); in Java_android_app_appops_cts_AppOpsLoggingTestKt_nativeNoteOp() local
52 appOpsManager.noteOp(op, uid, callingPackageName, attributionTag, message); in Java_android_app_appops_cts_AppOpsLoggingTestKt_nativeNoteOp()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DSettingsProvider.java91 final String callingPackageName = getCallingPackage(); in call() local
92 if (callingPackageName == null) { in call()
95 sSettings = new ImeSettings(callingPackageName, extras); in call()
/cts/tests/inputmethod/mocka11yime/service/src/com/android/cts/mocka11yime/
DMockA11yImeContentProvider.java99 final String callingPackageName = getCallingPackage(); in call() local
100 if (callingPackageName == null) { in call()
103 setParams(callingPackageName, extras.getString( in call()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java1246 boolean throwsExceptionForDataValue, TestApp otherApp, String callingPackageName) in assertCantInsertToOtherPrivateAppDirectories() argument
1250 callingPackageName, otherApp.getPackageName())); in assertCantInsertToOtherPrivateAppDirectories()
1320 boolean throwsExceptionForDataValue, TestApp otherApp, String callingPackageName) in assertCantUpdateToOtherPrivateAppDirectories() argument
1324 callingPackageName, otherApp.getPackageName())); in assertCantUpdateToOtherPrivateAppDirectories()