Searched refs:isRoleAvailable (Results 1 – 12 of 12) sorted by relevance
64 val isRoleAvailable = roleManager.isRoleAvailable(RoleManager.ROLE_NOTES) in bindNoteTaskControllerUpdateService() constant66 return isRoleAvailable && isFeatureEnabled in bindNoteTaskControllerUpdateService()
124 when(mRoleManager.isRoleAvailable(eq(RoleManager.ROLE_WALLET))).thenReturn(true); in walletRoleAvailable_isAvailable()133 when(mRoleManager.isRoleAvailable(eq(RoleManager.ROLE_WALLET))).thenReturn(false); in walletRoleAvailable_isNotAvailable()
107 return mRoleManager.isRoleAvailable(RoleManager.ROLE_WALLET); in isWalletRoleAvailable()
119 return roleManager.isRoleAvailable(RoleManager.ROLE_WALLET); in isWalletRoleAvailable()
182 if (mRoleManager.isRoleAvailable(role)) { in getRoleLaunchIntent()
383 doReturn(true).when(mRoleManager).isRoleAvailable(eq(RoleManager.ROLE_BROWSER)); in setUp()384 doReturn(true).when(mRoleManager).isRoleAvailable(eq(RoleManager.ROLE_SMS)); in setUp()
144 when(mRoleManager.isRoleAvailable(RoleManager.ROLE_SMS)).thenReturn(true); in setUp()
484 if (!tm.isSmsCapable() && (roleManager == null || !roleManager.isRoleAvailable( in getApplication()613 if (!tm.isSmsCapable() && (roleManager == null || !roleManager.isRoleAvailable( in setDefaultApplicationAsUser()
296 if (roleManager.isRoleAvailable(RoleManager.ROLE_WALLET)) { in categoryAllowsForegroundPreference()
2398 if (mRm.isRoleAvailable(RoleManager.ROLE_ASSISTANT)) { in RoleObserver()
3058 if (mInjector.getRoleManager().isRoleAvailable(role)) {
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...