Home
last modified time | relevance | path

Searched refs:ROLE_SERVICE (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/tests/TelephonyCommonTests/src/com/android/internal/telephony/tests/
DSmsApplicationTest.java120 when(mContext.getSystemService(Context.ROLE_SERVICE)).thenReturn(mRoleManager); in setUp()
/frameworks/base/telephony/common/com/android/internal/telephony/
DSmsApplication.java481 RoleManager roleManager = (RoleManager) context.getSystemService(Context.ROLE_SERVICE); in getApplication()
610 RoleManager roleManager = (RoleManager) context.getSystemService(Context.ROLE_SERVICE); in setDefaultApplicationAsUser()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDpmMockContext.java250 case Context.ROLE_SERVICE: in getSystemService()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsUsageMonitor.java261 mRoleManager = (RoleManager) mContext.getSystemService(Context.ROLE_SERVICE); in SmsUsageMonitor()
/frameworks/base/core/java/android/content/
DContext.java4226 ROLE_SERVICE,
5814 public static final String ROLE_SERVICE = "role"; field in Context
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java160 case Context.ROLE_SERVICE: in getSystemService()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java1758 mRm = (RoleManager) mContext.getSystemService(Context.ROLE_SERVICE); in register()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt10771 field public static final String ROLE_SERVICE = "role";