Home
last modified time | relevance | path

Searched refs:ChangeType (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/companion/java/com/android/server/companion/
H A DAssociationStore.java42 @interface ChangeType {} annotation
52 @ChangeType int changeType, AssociationInfo association) { in onAssociationChanged()
126 static String changeTypeToString(@ChangeType int changeType) { in changeTypeToString()
H A DAssociationStoreImpl.java292 private void broadcastChange(@ChangeType int changeType, AssociationInfo association) { in broadcastChange()
H A DCompanionDeviceManagerService.java437 @AssociationStore.ChangeType int changeType, AssociationInfo association) { in onAssociationChangedInternal()
/aosp14/frameworks/base/core/java/android/window/
H A DTaskFragmentTransaction.java156 @interface ChangeType {} annotation in TaskFragmentTransaction
162 @ChangeType
195 public Change(@ChangeType int type) { in Change()
309 @ChangeType
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/presence/
H A DBleCompanionDeviceScanner.java64 import com.android.server.companion.AssociationStore.ChangeType;
144 public void onAssociationChanged(@ChangeType int changeType, AssociationInfo association) { in onAssociationChanged()