Home
last modified time | relevance | path

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

123456

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DNewOutgoingCallIntentBroadcasterTest.java151 private void badCallActionHelper(Uri handle, int expectedCode) { in badCallActionHelper()
164 Uri handle = Uri.parse("tel:6505551234"); in testAlreadyDisconnectedCall() local
179 Uri handle = Uri.parse("tel:"); in testNoNumberSupplied() local
192 Uri handle = Uri.parse("tel:6505551911"); in testEmergencyCallWithNonDefaultDialer() local
223 Uri handle = Uri.parse("tel:6505551911"); in testActionCallEmergencyCall() local
231 Uri handle = Uri.parse("tel:6505551911"); in testActionEmergencyWithEmergencyNumber() local
239 Uri handle = Uri.parse("tel:6505551911"); in testActionPrivCallWithEmergencyNumber() local
247 Uri handle = Uri.parse("tel:6505551911"); in testEmergencyCallWithGatewayExtras() local
260 Uri handle = Uri.parse("tel:6505551911"); in testActionEmergencyWithNonEmergencyNumber() local
272 Uri handle = intent.getData(); in emergencyCallTestHelper() 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/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()
DICarTrustAgentEnrollment.aidl35 boolean isEscrowTokenActive(in long handle, int uid); in isEscrowTokenActive()
36 void removeEscrowToken(in long handle, int uid); in removeEscrowToken()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallerInfoLookupHelper.java50 void onCallerInfoQueryComplete(Uri handle, @Nullable CallerInfo info); in onCallerInfoQueryComplete()
51 void onContactPhotoQueryComplete(Uri handle, CallerInfo info); in onContactPhotoQueryComplete()
89 public CompletableFuture<Pair<Uri, CallerInfo>> startLookup(final Uri handle) { in startLookup()
123 public void startLookup(final Uri handle, OnQueryCompleteListener listener) { in startLookup()
185 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/services/Car/service/src/com/android/car/trust/
DCarBleTrustAgent.java144 public void onEscrowTokenRemoved(long handle, boolean successful) { in onEscrowTokenRemoved()
158 public void onEscrowTokenStateReceived(long handle, int tokenState) { in onEscrowTokenStateReceived()
171 public void onEscrowTokenAdded(byte[] token, long handle, UserHandle user) { in onEscrowTokenAdded()
207 private void unlockUserInternally(int uid, byte[] token, long handle) { in unlockUserInternally()
DCarTrustAgentEnrollmentService.java239 long handle = pair.getKey(); in terminateEnrollmentHandshake() local
255 public boolean isEscrowTokenActive(long handle, int uid) { in isEscrowTokenActive()
269 public void removeEscrowToken(long handle, int uid) { in removeEscrowToken()
371 void onEscrowTokenAdded(byte[] token, long handle, int uid) { in onEscrowTokenAdded()
396 void onEscrowTokenRemoved(long handle, int uid) { in onEscrowTokenRemoved()
438 void onEscrowTokenActiveStateChanged(long handle, boolean isTokenActive, int uid) { in onEscrowTokenActiveStateChanged()
939 void removeEscrowToken(long handle, int uid); in removeEscrowToken()
949 void isEscrowTokenActive(long handle, int uid); in isEscrowTokenActive()
971 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/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/services/Telecomm/src/com/android/server/telecom/callredirection/
DCallRedirectionProcessorHelper.java128 protected Uri formatNumberForRedirection(Uri handle) { in formatNumberForRedirection()
132 protected Uri formatNumberToE164(Uri handle) { in formatNumberToE164()
150 protected Uri removePostDialDigits(Uri handle) { in removePostDialDigits()
/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/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/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java898 boolean isVideoPauseSupported(PhoneAccountHandle handle) { in isVideoPauseSupported()
916 boolean isMergeCallSupported(PhoneAccountHandle handle) { in isMergeCallSupported()
934 boolean isVideoConferencingSupported(PhoneAccountHandle handle) { in isVideoConferencingSupported()
952 boolean isMergeOfWifiCallsAllowedWhenVoWifiOff(final PhoneAccountHandle handle) { in isMergeOfWifiCallsAllowedWhenVoWifiOff()
972 boolean isMergeImsCallSupported(PhoneAccountHandle handle) { in isMergeImsCallSupported()
990 boolean isManageImsConferenceCallSupported(PhoneAccountHandle handle) { in isManageImsConferenceCallSupported()
1007 boolean isShowPreciseFailedCause(PhoneAccountHandle handle) { in isShowPreciseFailedCause()
1031 public Uri getAddress(PhoneAccountHandle handle) { in getAddress()
1049 public boolean isUsingSimCallManager(PhoneAccountHandle handle) { in isUsingSimCallManager()
1111 boolean hasAccountEntryForPhoneAccount(PhoneAccountHandle handle) { in hasAccountEntryForPhoneAccount()
DPstnIncomingCallNotifier.java231 PhoneAccountHandle handle = findCorrectPhoneAccountHandle(); in addNewUnknownCall() local
266 PhoneAccountHandle handle = findCorrectPhoneAccountHandle(); in sendIncomingCallIntent() local
288 PhoneAccountHandle handle = PhoneUtils.makePstnPhoneAccountHandle(mPhone); in findCorrectPhoneAccountHandle() local
/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()
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcTag.java152 private native int doConnect(int handle); in doConnect()
306 native int doHandleReconnect(int handle); in doHandleReconnect()
307 public synchronized int reconnectWithStatus(int handle) { in reconnectWithStatus()
474 private void addTechnology(int tech, int handle, int libnfctype) { in addTechnology()
530 public void addNdefFormatableTechnology(int handle, int libnfcType) { in addNdefFormatableTechnology()
541 public void addNdefTechnology(NdefMessage msg, int handle, int libnfcType, in addNdefTechnology()
593 private boolean hasTechOnHandle(int tech, int handle) { in hasTechOnHandle()
/packages/services/Telephony/src/com/android/phone/vvm/
DPhoneAccountHandleConverter.java53 public static int toSubId(PhoneAccountHandle handle) { in toSubId()

123456