Searched refs:FOO_PACKAGE_NAME (Results 1 – 2 of 2) sorted by relevance
61 private static final String FOO_PACKAGE_NAME = "package.foo"; field in TransactionManagerExerciseRoutesTest79 mTransactionTestUtils.insertApp(FOO_PACKAGE_NAME); in setup()92 String fooUuid = mTransactionTestUtils.insertRecords(FOO_PACKAGE_NAME, fooSession).get(0); in readRecordsByIds_doesNotReturnRoutesOfOtherApps()204 String fooUuid = mTransactionTestUtils.insertRecords(FOO_PACKAGE_NAME, fooSession).get(0); in readRecordsAndPageToken_byFilters_doesNotReturnRoutesOfOtherApps()
169 private static final String FOO_PACKAGE_NAME = "foo"; field in AppSearchManagerServiceTest1017 doReturn(uid).when(spyPackageManager).getPackageUid(FOO_PACKAGE_NAME, /* flags= */ 0); in testDenylistMatchingCallingDatabase()1020 READ_GLOBAL_APP_SEARCH_DATA, FOO_PACKAGE_NAME); in testDenylistMatchingCallingDatabase()1028 return FOO_PACKAGE_NAME; in testDenylistMatchingCallingDatabase()1033 return super.getAttributionSource().withPackageName(FOO_PACKAGE_NAME); in testDenylistMatchingCallingDatabase()1038 assertThat(mContext.getPackageName()).isEqualTo(FOO_PACKAGE_NAME); in testDenylistMatchingCallingDatabase()1040 .getPackageName()).isEqualTo(FOO_PACKAGE_NAME); in testDenylistMatchingCallingDatabase()1514 serviceInfo.packageName = FOO_PACKAGE_NAME; in executeAppFunction_serviceNotPermissionProtected()1915 FOO_PACKAGE_NAME, "function" in verifyExecuteAppFunctionCallbackResult()2021 serviceInfo.packageName = FOO_PACKAGE_NAME; in setUpEnvironmentForAppFunction()