/packages/apps/Dialer/java/com/android/dialer/app/contactinfo/ |
D | ContactInfoCache.java | 112 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/ |
D | BluetoothPermissionActivity.java | 61 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()
|
D | BluetoothPermissionRequest.java | 202 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/ |
D | BluetoothPermissionActivity.java | 61 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()
|
D | BluetoothPermissionRequest.java | 202 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/development/ |
D | WirelessDebuggingFragment.java | 436 int requestType = data.getIntExtra(PAIRED_DEVICE_REQUEST_TYPE, -1); in handlePairedDeviceRequest() local 440 switch (requestType) { in handlePairedDeviceRequest() 459 int requestType = data.getIntExtra(PAIRING_DEVICE_REQUEST_TYPE, -1); in handlePairingDeviceRequest() local 460 switch (requestType) { in handlePairingDeviceRequest()
|
/packages/apps/Camera2/src/com/android/camera/one/v2/commands/ |
D | PreviewCommand.java | 43 int requestType) { in PreviewCommand() argument 46 mRequestType = requestType; in PreviewCommand()
|
/packages/apps/Camera2/src/com/android/camera/one/v2/core/ |
D | TagDispatchCaptureSession.java | 133 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/ |
D | ApnSettings.java | 205 private static boolean isValidApnType(String types, String requestType) { in isValidApnType() argument 212 if (type.equals(requestType) || type.equals(PhoneConstants.APN_TYPE_ALL)) { in isValidApnType()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/ |
D | SapMessage.java | 378 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()
|
D | SapServer.java | 343 int requestType = mRfcommIn.read(); in run() local 347 if (requestType == -1) { in run() 356 SapMessage msg = SapMessage.readMessage(requestType, mRfcommIn); in run() 360 switch (requestType) { in run()
|
D | SapService.java | 819 int requestType = intent.getIntExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE, -1); in onReceive() local 820 if (requestType != BluetoothDevice.REQUEST_TYPE_SIM_ACCESS) { in onReceive()
|
/packages/apps/Messaging/src/android/support/v7/mms/ |
D | DefaultApnSettingsLoader.java | 485 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/ |
D | BugleApnSettingsLoader.java | 613 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/map/ |
D | BluetoothMapService.java | 1058 int requestType = intent.getIntExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE, in onReceive() local 1062 Log.d(TAG, "Received ACTION_CONNECTION_ACCESS_REPLY:" + requestType in onReceive() 1065 if ((!mIsWaitingAuthorization) || (requestType in onReceive()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapService.java | 204 int requestType = intent.getIntExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE, in parseIntent() local 206 if (requestType != BluetoothDevice.REQUEST_TYPE_PHONEBOOK_ACCESS) { in parseIntent()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetService.java | 361 int requestType = intent.getIntExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE, 366 + ", type=" + requestType); 367 if (requestType == BluetoothDevice.REQUEST_TYPE_PHONEBOOK_ACCESS) {
|