/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | SmsCbEtwsInfoTest.java | 38 assertFalse(info.isPrimary()); in testIsPrimary() 42 assertTrue(info2.isPrimary()); in testIsPrimary()
|
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | DeviceManagementCoexistenceTest.java | 163 @EnsureHasDeviceOwner(isPrimary = true) 186 @EnsureHasDeviceOwner(isPrimary = true) 217 @EnsureHasDeviceOwner(isPrimary = true) 261 @EnsureHasDeviceOwner(isPrimary = true) 288 @EnsureHasDeviceOwner(isPrimary = true) 315 @EnsureHasDeviceOwner(isPrimary = true) 343 @EnsureHasDeviceOwner(isPrimary = true) 386 @EnsureHasDeviceOwner(isPrimary = true) 411 @EnsureHasDeviceOwner(isPrimary = true) 445 @EnsureHasDeviceOwner(isPrimary = true) [all …]
|
/cts/common/device-side/bedstead/modules/enterprise/src/main/kotlin/com/android/bedstead/enterprise/ |
D | EnterpriseComponent.kt | 60 !annotation.isPrimary || primaryPolicyManager == null || in ensureHasDelegate() 77 if (annotation.isPrimary) { in ensureHasDelegate() 86 fun ensureHasDevicePolicyManagerRoleHolder(onUser: UserType, isPrimary: Boolean) { in ensureHasDevicePolicyManagerRoleHolder() 100 if (isPrimary) { in ensureHasDevicePolicyManagerRoleHolder()
|
D | ProfileOwnersComponent.kt | 71 isPrimary, in <lambda>() 86 isPrimary: Boolean, in <lambda>() 104 !isPrimary || enterpriseComponent.primaryPolicyManager == null || in <lambda>() 153 if (isPrimary) { in <lambda>()
|
D | EnterpriseAnnotationExecutor.kt | 48 annotation.isPrimary in applyAnnotation() 54 annotation.isPrimary, in applyAnnotation()
|
D | DeviceOwnerComponent.kt | 88 isPrimary: Boolean, in ensureHasDeviceOwner() 118 if (isPrimary && enterpriseComponent.primaryPolicyManager != null && in ensureHasDeviceOwner() 185 if (isPrimary) { in ensureHasDeviceOwner() 212 isPrimary = false, in ensureHasDeviceOwner()
|
/cts/tests/tests/wifi/src/android/net/wifi/cts/ |
D | MultiStaConcurrencyMultiInternetWifiNetworkTest.java | 108 final boolean isPrimary = isPrimaryWifiNetwork( 110 Log.d(TAG, "onLinkPropertiesChanged: " + network + " primary " + isPrimary); 116 final boolean isPrimary = isPrimaryWifiNetwork( 118 Log.d(TAG, "onCapabilitiesChanged: " + network + " primary " + isPrimary 124 final boolean isPrimary = isPrimaryWifiNetwork( 264 return ((WifiInfo) transportInfo).isPrimary(); in isPrimaryWifiNetwork()
|
/cts/common/device-side/bedstead/modules/enterprise/src/test/kotlin/com/android/bedstead/enterprise/ |
D | EnterpriseAnnotationExecutorTest.kt | 81 isPrimary = true 92 isPrimary = false 103 isPrimary = true 119 isPrimary = true 134 @EnsureHasDeviceOwner(key = EnsureHasDeviceOwner.DEFAULT_KEY, isPrimary = true) 166 @EnsureHasDeviceOwner(isPrimary = true) 173 @EnsureHasDeviceOwner(isPrimary = true) 174 @EnsureHasDelegate(admin = EnsureHasDelegate.AdminType.PRIMARY, scopes = [], isPrimary = true) 180 isPrimary = true, 192 isPrimary = true, [all …]
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/users/ |
D | UserInfo.kt | 69 fun isPrimary(): Boolean = proxy.isPrimary() method
|
/cts/common/device-side/bedstead/harrier/common/src/main/java/com/android/bedstead/harrier/annotations/ |
D | EnsureTestAppInstalled.java | 65 boolean isPrimary() default false; in isPrimary() method
|
/cts/common/device-side/bedstead/modules/enterprise/src/main/kotlin/com/android/bedstead/enterprise/annotations/ |
D | EnsureHasDelegate.java | 82 boolean isPrimary() default false; in isPrimary() method
|
D | EnsureHasDevicePolicyManagerRoleHolder.java | 58 boolean isPrimary() default false; in isPrimary() method
|
D | EnsureHasProfileOwner.kt | 67 val isPrimary: Boolean = false, constant in com.android.bedstead.enterprise.annotations.EnsureHasProfileOwner
|
D | EnsureHasDeviceOwner.java | 112 boolean isPrimary() default false; in isPrimary() method
|
/cts/common/device-side/bedstead/modules/enterprise/src/main/kotlin/com/android/bedstead/enterprise/annotations/parameterized/ |
D | IncludeRunOnUnaffiliatedDeviceOwnerSecondaryUser.java | 42 isPrimary = true,
|
D | IncludeRunOnUnaffiliatedProfileOwnerAdditionalUser.java | 42 @EnsureHasProfileOwner(affiliationIds = "not-affiliated", isPrimary = true, key = "dpc")
|
D | IncludeRunOnProfileOwnerPrimaryUser.java | 43 @EnsureHasProfileOwner(isPrimary = true, key = "dpc")
|
D | IncludeRunOnSystemDeviceOwnerUser.java | 41 @EnsureHasDeviceOwner(isPrimary = true, key = "dpc")
|
D | IncludeRunOnAffiliatedDeviceOwnerSecondaryUser.java | 42 @EnsureHasDeviceOwner(isPrimary = true, affiliationIds = "affiliated", key = "dpc")
|
D | IncludeRunOnAffiliatedProfileOwnerAdditionalUser.java | 43 @EnsureHasProfileOwner(affiliationIds = "affiliated", isPrimary = true, key = "dpc")
|
D | IncludeRunOnFinancedDeviceOwnerUser.java | 42 @EnsureHasDeviceOwner(isPrimary = true, type = DeviceOwnerType.FINANCED, key = "dpc")
|
D | IncludeRunOnDevicePolicyManagementRoleHolderSecondaryUser.java | 43 @EnsureHasDevicePolicyManagerRoleHolder(onUser = SYSTEM_USER, isPrimary = true)
|
D | IncludeRunOnDevicePolicyManagementRoleHolderUser.java | 43 @EnsureHasDevicePolicyManagerRoleHolder(isPrimary = true)
|
D | IncludeRunOnDevicePolicyManagementRoleHolderProfile.java | 48 @EnsureHasDevicePolicyManagerRoleHolder(onUser = INITIAL_USER, isPrimary = true)
|
D | IncludeRunOnSingleDeviceOwnerUser.java | 47 @EnsureHasDeviceOwner(isPrimary = true, key = "dpc", headlessDeviceOwnerType = SINGLE_USER,
|