Home
last modified time | relevance | path

Searched refs:requestType (Results 1 – 15 of 15) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/app/contactinfo/
DContactInfoCache.java112 int requestType = in getValue() local
122 enqueueRequest(number, countryIso, callLogContactInfo, /* immediate */ true, requestType); in getValue()
128 enqueueRequest(number, countryIso, callLogContactInfo, /* immediate */ false, requestType); in getValue()
134 enqueueRequest(number, countryIso, callLogContactInfo, /* immediate */ false, requestType); in getValue()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothPermissionActivity.java61 int requestType = intent.getIntExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE,
63 if (requestType != mRequestType) return;
116 private void showDialog(String title, int requestType) in showDialog() argument
121 switch(requestType) in showDialog()
DBluetoothPermissionRequest.java202 private String getNotificationTag(int requestType) { in getNotificationTag() argument
203 if(requestType == BluetoothDevice.REQUEST_TYPE_PHONEBOOK_ACCESS) { in getNotificationTag()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPermissionActivity.java61 int requestType = intent.getIntExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE,
63 if (requestType != mRequestType) return;
116 private void showDialog(String title, int requestType) in showDialog() argument
121 switch(requestType) in showDialog()
DBluetoothPermissionRequest.java202 private String getNotificationTag(int requestType) { in getNotificationTag() argument
203 if(requestType == BluetoothDevice.REQUEST_TYPE_PHONEBOOK_ACCESS) { in getNotificationTag()
/packages/apps/Camera2/src/com/android/camera/one/v2/commands/
DPreviewCommand.java43 int requestType) { in PreviewCommand() argument
46 mRequestType = requestType; in PreviewCommand()
/packages/apps/Camera2/src/com/android/camera/one/v2/core/
DTagDispatchCaptureSession.java133 public void submitRequest(List<Request> burstRequests, FrameServer.RequestType requestType) in submitRequest() argument
151 if (requestType == FrameServer.RequestType.REPEATING) { in submitRequest()
/packages/services/Mms/src/com/android/mms/service/
DApnSettings.java204 private static boolean isValidApnType(String types, String requestType) { in isValidApnType() argument
211 if (type.equals(requestType) || type.equals(PhoneConstants.APN_TYPE_ALL)) { in isValidApnType()
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapServer.java340 int requestType = mRfcommIn.read(); in run() local
344 if (requestType == -1) { in run()
353 SapMessage msg = SapMessage.readMessage(requestType, mRfcommIn); in run()
357 switch (requestType) { in run()
DSapMessage.java378 public static SapMessage readMessage(int requestType, InputStream is) { in readMessage() argument
379 SapMessage newMessage = new SapMessage(requestType); in readMessage()
399 Log.i(TAG, "readMessage() Read message: " + getMsgTypeName(requestType)); in readMessage()
403 switch (requestType) { in readMessage()
/packages/apps/Messaging/src/android/support/v7/mms/
DDefaultApnSettingsLoader.java485 public static boolean isValidApnType(final String types, final String requestType) { in isValidApnType() argument
491 if (t.equals(requestType) || t.equals(APN_TYPE_ALL)) { in isValidApnType()
/packages/apps/Messaging/src/com/android/messaging/sms/
DBugleApnSettingsLoader.java613 public static boolean isValidApnType(final String types, final String requestType) { in isValidApnType() argument
619 if (t.equals(requestType) || t.equals(APN_TYPE_ALL)) { in isValidApnType()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java201 int requestType = intent.getIntExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE, in parseIntent() local
203 if (requestType != BluetoothDevice.REQUEST_TYPE_PHONEBOOK_ACCESS) { in parseIntent()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java999 int requestType = intent.getIntExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE, in onReceive() local
1003 Log.d(TAG, "Received ACTION_CONNECTION_ACCESS_REPLY:" + requestType in onReceive()
1006 if ((!mIsWaitingAuthorization) || (requestType in onReceive()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetService.java352 int requestType = intent.getIntExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE,
357 + ", type=" + requestType);
358 if (requestType == BluetoothDevice.REQUEST_TYPE_PHONEBOOK_ACCESS) {