Home
last modified time | relevance | path

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

/frameworks/base/tests/TelephonyCommonTests/src/com/android/internal/telephony/tests/
DSmsApplicationTest.java114 when(mContext.getSystemService(Context.ROLE_SERVICE)).thenReturn(mRoleManager); in setUp()
/frameworks/base/telephony/common/com/android/internal/telephony/
DSmsApplication.java474 RoleManager roleManager = (RoleManager) context.getSystemService(Context.ROLE_SERVICE); in getApplication()
601 RoleManager roleManager = (RoleManager) context.getSystemService(Context.ROLE_SERVICE); in setDefaultApplicationAsUser()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsUsageMonitor.java256 mRoleManager = (RoleManager) mContext.getSystemService(Context.ROLE_SERVICE); in SmsUsageMonitor()
/frameworks/base/core/java/android/content/
DContext.java3673 ROLE_SERVICE,
5135 public static final String ROLE_SERVICE = "role"; field in Context
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java172 case Context.ROLE_SERVICE: in getSystemService()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java1234 mRm = (RoleManager) mContext.getSystemService(Context.ROLE_SERVICE); in register()
/frameworks/base/core/api/
Dcurrent.txt10678 field public static final String ROLE_SERVICE = "role";