Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 148) sorted by relevance

123456

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DNewOutgoingCallIntentBroadcasterTest.java125 Uri handle = Uri.parse("tel:6505551234"); in testSelfManagedCall() local
179 private void badCallActionHelper(Uri handle, int expectedCode) { in badCallActionHelper()
192 Uri handle = Uri.parse("tel:6505551234"); in testAlreadyDisconnectedCall() local
207 Uri handle = Uri.parse("tel:"); in testNoNumberSupplied() local
220 Uri handle = Uri.parse("tel:6505551911"); in testEmergencyCallWithNonDefaultDialer() local
254 Uri handle = Uri.parse("tel:6505551911"); in testActionCallEmergencyCall() local
262 Uri handle = Uri.parse("tel:6505551911"); in testActionEmergencyWithEmergencyNumber() local
270 Uri handle = Uri.parse("tel:6505551911"); in testActionPrivCallWithEmergencyNumber() local
278 Uri handle = Uri.parse("tel:6505551911"); in testEmergencyCallWithGatewayExtras() local
291 Uri handle = Uri.parse("tel:6505551911"); in testActionEmergencyWithNonEmergencyNumber() local
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DHandleMap.java39 public int handle = 0; field in HandleMap.Entry
48 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance) { in Entry()
57 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance, in Entry()
68 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle) { in Entry()
76 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle, int charHandle) { in Entry()
100 void addService(int serverIf, int handle, UUID uuid, int serviceType, int instance, in addService()
105 void addCharacteristic(int serverIf, int handle, UUID uuid, int serviceHandle) { in addCharacteristic()
110 void addDescriptor(int serverIf, int handle, UUID uuid, int serviceHandle) { in addDescriptor()
115 void setStarted(int serverIf, int handle, boolean started) { in setStarted()
127 Entry getByHandle(int handle) { in getByHandle()
[all …]
DCallbackInfo.java28 public int handle; field in CallbackInfo
30 CallbackInfo(String address, int status, int handle) { in CallbackInfo()
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/
DTrustedDeviceAgentService.java67 public void onEscrowTokenAdded(byte[] token, long handle, UserHandle user) { in onEscrowTokenAdded()
70 mTrustedDeviceManager.onEscrowTokenAdded(user.getIdentifier(), handle); in onEscrowTokenAdded() local
77 public void onEscrowTokenStateReceived(long handle, int tokenState) { in onEscrowTokenStateReceived()
82 handle); in onEscrowTokenStateReceived() local
/packages/services/Car/car-lib/src/android/car/trust/
DICarTrustAgentEnrollmentCallback.aidl40 void onEscrowTokenAdded(in long handle); in onEscrowTokenAdded()
47 void onEscrowTokenRemoved(in long handle); in onEscrowTokenRemoved()
52 void onEscrowTokenActiveStateChanged(in long handle, in boolean active); in onEscrowTokenActiveStateChanged()
DCarTrustAgentEnrollmentManager.java193 public boolean isEscrowTokenActive(long handle, int uid) { in isEscrowTokenActive()
208 public void removeEscrowToken(long handle, int uid) { in removeEscrowToken()
392 void onEscrowTokenAdded(long handle); in onEscrowTokenAdded()
401 void onEscrowTokenRemoved(long handle); in onEscrowTokenRemoved()
410 void onEscrowTokenActiveStateChanged(long handle, boolean active); in onEscrowTokenActiveStateChanged()
481 public void onEscrowTokenAdded(long handle) { in onEscrowTokenAdded()
498 public void onEscrowTokenRemoved(long handle) { in onEscrowTokenRemoved()
515 public void onEscrowTokenActiveStateChanged(long handle, boolean active) { in onEscrowTokenActiveStateChanged()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallerInfoLookupHelper.java47 void onCallerInfoQueryComplete(Uri handle, @Nullable CallerInfo info); in onCallerInfoQueryComplete()
48 void onContactPhotoQueryComplete(Uri handle, CallerInfo info); in onContactPhotoQueryComplete()
86 public CompletableFuture<Pair<Uri, CallerInfo>> startLookup(final Uri handle) { in startLookup()
120 public void startLookup(final Uri handle, OnQueryCompleteListener listener) { in startLookup()
182 final Uri handle) { in makeCallerInfoQueryListener()
/packages/apps/Dialer/java/com/android/dialer/notification/
DVoicemailChannelUtils.java82 static String getChannelId(@NonNull Context context, @Nullable PhoneAccountHandle handle) { in getChannelId()
125 private static String getChannelIdForAccount(@NonNull PhoneAccountHandle handle) { in getChannelIdForAccount()
150 PhoneAccountHandle handle = in migrateGlobalVoicemailSoundSettings() local
180 @NonNull Context context, @NonNull PhoneAccountHandle handle) { in createVoicemailChannelForAccount()
195 @NonNull PhoneAccountHandle handle) { in migrateVoicemailSoundSettings()
204 @NonNull Context context, @NonNull PhoneAccountHandle handle) { in isChannelAllowedForAccount()
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/api/internal/trust/
DITrustedDeviceAgentDelegate.aidl26 void unlockUserWithToken(in byte[] token, in long handle, in int userId); in unlockUserWithToken()
29 void removeEscrowToken(in long handle, in int userId); in removeEscrowToken()
/packages/services/Telecomm/src/com/android/server/telecom/callredirection/
DCallRedirectionProcessorHelper.java128 protected Uri formatNumberForRedirection(Uri handle) { in formatNumberForRedirection()
137 public String getPostDialDigits(Uri handle) { in getPostDialDigits()
144 protected Uri formatNumberToE164(Uri handle) { in formatNumberToE164()
162 protected Uri removePostDialDigits(Uri handle) { in removePostDialDigits()
/packages/services/Car/service/src/com/android/car/trust/
DCarBleTrustAgent.java150 public void onEscrowTokenRemoved(long handle, boolean successful) { in onEscrowTokenRemoved()
164 public void onEscrowTokenStateReceived(long handle, int tokenState) { in onEscrowTokenStateReceived()
177 public void onEscrowTokenAdded(byte[] token, long handle, UserHandle user) { in onEscrowTokenAdded()
216 private void unlockUserInternally(int uid, byte[] token, long handle) { in unlockUserInternally()
DCarTrustAgentEnrollmentService.java250 long handle = pair.getKey(); in terminateEnrollmentHandshake() local
267 public boolean isEscrowTokenActive(long handle, int uid) { in isEscrowTokenActive()
283 public void removeEscrowToken(long handle, int uid) { in removeEscrowToken()
396 void onEscrowTokenAdded(byte[] token, long handle, int uid) { in onEscrowTokenAdded()
421 void onEscrowTokenRemoved(long handle, int uid) { in onEscrowTokenRemoved()
463 void onEscrowTokenActiveStateChanged(long handle, boolean isTokenActive, int uid) { in onEscrowTokenActiveStateChanged()
970 void removeEscrowToken(long handle, int uid); in removeEscrowToken()
980 void isEscrowTokenActive(long handle, int uid); in isEscrowTokenActive()
1002 private void dispatchEscrowTokenActiveStateChanged(long handle, boolean active) { in dispatchEscrowTokenActiveStateChanged()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DVisualVoicemailNotifier.java103 PhoneAccountHandle handle = getAccountForCall(context, newCalls.get(0)); in showNotifications() local
157 PhoneAccountHandle handle = getAccountForCall(context, voicemail); in createNotificationForVoicemail() local
234 @NonNull Context context, @Nullable PhoneAccountHandle handle) { in getVoicemailRingtoneUri()
249 @NonNull Context context, @Nullable PhoneAccountHandle handle) { in getNotificationDefaultFlags()
298 PhoneAccountHandle handle = in getFallbackAccount() local
DLegacyVoicemailNotifier.java57 @NonNull PhoneAccountHandle handle, in showNotification()
92 @NonNull PhoneAccountHandle handle, in createNotification()
145 @NonNull Context context, PhoneAccountHandle handle, String voicemailNumber) { in getNotificationText()
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
DDirectToVoicemailFilter.java48 public void onCallerInfoQueryComplete(Uri handle, CallerInfo info) { in startFilterLookup()
76 public void onContactPhotoQueryComplete(Uri handle, CallerInfo info) { in startFilterLookup()
/packages/apps/Car/Settings/src/com/android/car/settings/security/
DConfirmRemoveDeviceDialog.java44 public static ConfirmRemoveDeviceDialog newInstance(String deviceName, long handle) { in newInstance()
63 long handle = args.getLong(HANDLE_KEY); in onCreateDialog() local
/packages/apps/Dialer/java/com/android/dialer/telecom/
DTelecomCallUtil.java42 Uri handle = call.getDetails().getHandle(); in isEmergencyCall() local
58 Uri handle = getHandle(call); in getNumber() local
/packages/apps/TV/common/src/com/android/tv/common/compat/internal/
DRecordingClientCompatProcessor.java74 private void handle(String inputId, NotifyDevToast devToast) { in handle() method in RecordingClientCompatProcessor
80 private void handle(String inputId, RecordingEvents.RecordingStarted recStart) { in handle() method in RecordingClientCompatProcessor
DTvViewCompatProcessor.java75 private void handle(String inputId, NotifyDevToast devToast) { in handle() method in TvViewCompatProcessor
81 private void handle(String inputId, NotifySignalStrength signalStrength) { in handle() method in TvViewCompatProcessor
/packages/services/Car/service/proto/
Dphone_auth.proto14 bytes handle = 2; field
/packages/apps/Car/CompanionDeviceSupport/proto/
Dphone_auth.proto31 bytes handle = 2; field
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DCallNotificationReceiver.java84 public static void sendIncomingCallIntent(Context context, Uri handle, int videoState) { in sendIncomingCallIntent()
100 public static void sendIncomingRttCallIntent(Context context, Uri handle, int videoState) { in sendIncomingRttCallIntent()
117 public static void addNewUnknownCall(Context context, Uri handle, Bundle extras) { in addNewUnknownCall()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DDisconnectedCallNotifier.java76 public final Uri handle; field in DisconnectedCallNotifier.CallInfo
83 public CallInfo(UserHandle userHandle, Uri handle, long endTimeMs, Bitmap callerInfoIcon, in CallInfo()
208 String handle = call.handle != null ? call.handle.getSchemeSpecificPart() : null; in showDisconnectedNotification() local
319 private PendingIntent createCallBackPendingIntent(Uri handle, UserHandle userHandle) { in createCallBackPendingIntent()
364 private PendingIntent createSendSmsFromNotificationPendingIntent(Uri handle, in createSendSmsFromNotificationPendingIntent()
/packages/apps/Dialer/java/com/android/voicemail/impl/sms/
DLegacyModeSmsHandler.java50 public static void handle(Context context, VisualVoicemailSms sms) { in handle() method in LegacyModeSmsHandler
54 PhoneAccountHandle handle = sms.getPhoneAccountHandle(); in handle() local
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorConference.java44 PhoneAccountHandle handle, @Simulator.ConferenceType int conferenceType) { in SimulatorConference()
50 static SimulatorConference newGsmConference(PhoneAccountHandle handle) { in newGsmConference()
61 static SimulatorConference newVoLteConference(PhoneAccountHandle handle) { in newVoLteConference()

123456