Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/tests/unit/src/com/android/telephony/imsmedia/
DTextConfigTest.java39 private static final String CANONICAL_NAME = "name"; field in TextConfigTest
59 .setCanonicalName(CANONICAL_NAME)
DAudioConfigTest.java49 private static final String CANONICAL_NAME = "name"; field in AudioConfigTest
71 .setCanonicalName(CANONICAL_NAME)
DVideoConfigTest.java38 private static final String CANONICAL_NAME = "name"; field in VideoConfigTest
65 .setCanonicalName(CANONICAL_NAME)
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DWatchdogPerfHandlerUnitTest.java180 private static final String CANONICAL_NAME = field in WatchdogPerfHandlerUnitTest
288 when(mMockContext.getPackageName()).thenReturn(CANONICAL_NAME); in setUp()
710 mGenericPackageNameByUid.put(Binder.getCallingUid(), CANONICAL_NAME); in testResourceOveruseListener() local
723 Collections.singleton(CANONICAL_NAME))); in testResourceOveruseListener()
735 Collections.singletonList(CANONICAL_NAME))); in testResourceOveruseListener()
742 mGenericPackageNameByUid.put(Binder.getCallingUid(), CANONICAL_NAME); in testDuplicateAddResourceOveruseListener() local
766 mGenericPackageNameByUid.put(Binder.getCallingUid(), CANONICAL_NAME); in testAddMultipleResourceOveruseListeners() local
784 Collections.singleton(CANONICAL_NAME))); in testAddMultipleResourceOveruseListeners()
796 Collections.singletonList(CANONICAL_NAME))); in testAddMultipleResourceOveruseListeners()
808 Collections.singletonList(CANONICAL_NAME))); in testAddMultipleResourceOveruseListeners()