/aosp14/frameworks/base/services/core/java/com/android/server/vcn/routeselection/ |
H A D | UnderlyingNetworkRecord.java | 48 public final boolean isBlocked; field in UnderlyingNetworkRecord 57 boolean isBlocked, in UnderlyingNetworkRecord() argument 67 this.isBlocked = isBlocked; in UnderlyingNetworkRecord() 87 boolean isBlocked, in UnderlyingNetworkRecord() argument 93 this.isBlocked = isBlocked; in UnderlyingNetworkRecord() 108 && isBlocked == that.isBlocked; in equals() 113 return Objects.hash(network, networkCapabilities, linkProperties, isBlocked); in hashCode() 212 void setIsBlocked(boolean isBlocked) { in setIsBlocked() argument 213 mIsBlocked = isBlocked; in setIsBlocked()
|
H A D | UnderlyingNetworkController.java | 543 public void onBlockedStatusChanged(@NonNull Network network, boolean isBlocked) { in onBlockedStatusChanged() argument 551 builder.setIsBlocked(isBlocked); in onBlockedStatusChanged()
|
H A D | NetworkPriorityClassifier.java | 103 if (networkRecord.isBlocked) { in calculatePriorityClass()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
H A D | SensorPrivacyToggleTile.java | 65 public abstract @DrawableRes int getIconRes(boolean isBlocked); in getIconRes() argument 111 boolean isBlocked = arg == null ? mSensorPrivacyController.isSensorBlocked(getSensorId()) in handleUpdateState() 116 state.icon = ResourceIcon.get(getIconRes(isBlocked)); in handleUpdateState() 117 state.state = isBlocked ? Tile.STATE_INACTIVE : Tile.STATE_ACTIVE; in handleUpdateState() 118 state.value = !isBlocked; in handleUpdateState() 120 if (isBlocked) { in handleUpdateState()
|
H A D | MicrophoneToggleTile.java | 78 public @DrawableRes int getIconRes(boolean isBlocked) { in getIconRes() argument 79 if (isBlocked) { in getIconRes()
|
H A D | CameraToggleTile.java | 78 public @DrawableRes int getIconRes(boolean isBlocked) { in getIconRes() argument 79 if (isBlocked) { in getIconRes()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | NotificationChannelGroup.java | 191 public boolean isBlocked() { in isBlocked() method in NotificationChannelGroup 272 out.attributeBoolean(null, ATT_BLOCKED, isBlocked()); in writeXml() 287 record.put(ATT_BLOCKED, isBlocked()); in toJson() 315 return isBlocked() == that.isBlocked() && in equals() 325 return Objects.hash(getId(), getName(), getDescription(), isBlocked(), getChannels(), in hashCode() 333 cloned.setBlocked(isBlocked()); in clone()
|
/aosp14/frameworks/base/core/java/android/provider/ |
H A D | BlockedNumberContract.java | 334 public static boolean isBlocked(Context context, String phoneNumber) { in isBlocked() method in BlockedNumberContract 338 boolean isBlocked = res != null && res.getBoolean(RES_NUMBER_IS_BLOCKED, false); in isBlocked() 340 isBlocked); in isBlocked() 341 return isBlocked; in isBlocked()
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationChannelLogger.java | 256 return getImportance(channelGroup.isBlocked()); in getImportance() 262 static int getImportance(boolean isBlocked) { in getImportance() argument 263 return isBlocked in getImportance()
|
H A D | PreferencesHelper.java | 831 return group.isBlocked(); in isGroupBlocked() 874 group.setBlocked(oldGroup.isBlocked()); in createNotificationChannelGroup() 879 if (group.isBlocked() != oldGroup.isBlocked()) { in createNotificationChannelGroup() 890 (oldGroup != null) && oldGroup.isBlocked()); in createNotificationChannelGroup() 1602 if (group.isBlocked()) { in getConversations() 1645 if (group.isBlocked()) { in getConversations() 2343 event.writeBoolean(groupChannel.isBlocked()); in pullPackageChannelGroupPreferencesStats()
|
H A D | NotificationManagerService.java | 2943 if (preUpdate.isBlocked() != update.isBlocked()) { 2949 update.isBlocked()) 7397 boolean isBlocked = !areNotificationsEnabledForPackageInt(pkg, uid); 7399 isBlocked |= isRecordBlockedLocked(r); 7401 if (isBlocked && !(n.isMediaNotification() || isCallNotification(pkg, uid, n))) {
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
H A D | CapabilityExchangeAidlWrapper.java | 144 boolean isBlocked) { in onRemoteCapabilityRequest() 147 callback.onRespondToCapabilityRequest(ownCapabilities, isBlocked); in onRemoteCapabilityRequest()
|
H A D | IOptionsRequestCallback.aidl | 32 void respondToCapabilityRequest(in RcsContactUceCapability ownCapabilities, boolean isBlocked); in respondToCapabilityRequest() argument
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/sensorprivacy/ |
H A D | SensorUseStartedActivity.kt | 112 whichSensor: Int, isBlocked: Boolean -> 113 if (whichSensor == sensor && !isBlocked) {
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/stub/ |
H A D | CapabilityExchangeEventListener.java | 52 boolean isBlocked); in onRespondToCapabilityRequest() argument
|
/aosp14/frameworks/base/core/java/android/print/ |
H A D | PrintJob.java | 140 public boolean isBlocked() { in isBlocked() method in PrintJob
|
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
H A D | SyncRunner.java | 191 boolean isBlocked = false; in determinePostRunState()
|
/aosp14/frameworks/base/tests/vcn/java/com/android/server/vcn/ |
H A D | VcnGatewayConnectionTestBase.java | 119 boolean isBlocked) { in getTestNetworkRecord() argument 124 isBlocked, in getTestNetworkRecord()
|
/aosp14/frameworks/base/core/java/android/printservice/ |
H A D | PrintJob.java | 156 public boolean isBlocked() { in isBlocked() method in PrintJob
|
/aosp14/frameworks/base/tests/vcn/java/com/android/server/vcn/routeselection/ |
H A D | UnderlyingNetworkControllerTest.java | 491 boolean isBlocked) { in getTestNetworkRecord() argument 496 isBlocked, in getTestNetworkRecord()
|
/aosp14/frameworks/base/telecomm/java/android/telecom/ |
H A D | Connection.java | 3709 public CallFilteringCompletionInfo(boolean isBlocked, boolean isInContacts, in CallFilteringCompletionInfo() argument 3712 mIsBlocked = isBlocked; in CallFilteringCompletionInfo() 3746 public boolean isBlocked() { in isBlocked() method in Connection.CallFilteringCompletionInfo
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | BroadcastProcessQueue.java | 822 && !nextLPRecord.isBlocked(nextLPRecordIndex); in queueForNextBroadcast() 1115 if (r.isBlocked(index)) { in updateRunnableAt()
|
H A D | BroadcastRecord.java | 769 boolean isBlocked(int index) { in isBlocked() method in BroadcastRecord
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
H A D | BroadcastRecordTest.java | 978 assertEquals("blocked " + i, blocked[i], r.isBlocked(i)); in assertBlocked()
|
/aosp14/frameworks/base/services/core/java/com/android/server/net/ |
H A D | NetworkPolicyManagerService.java | 2915 final boolean isBlocked = isDenied || (mRestrictBackground && !isAllowed); 2923 notifyApp = wasBlocked != isBlocked;
|