OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USER_CONFIRMATION_PENDING
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java
232
public static final int
USER_CONFIRMATION_PENDING
= 0;
BluetoothOppService.java
713
&& (BluetoothShare.isStatusCompleted(info.mStatus) || newConfirm == BluetoothShare.
USER_CONFIRMATION_PENDING
)) {
719
if (info.mConfirm == BluetoothShare.
USER_CONFIRMATION_PENDING
720
&& newConfirm != BluetoothShare.
USER_CONFIRMATION_PENDING
) {
[
all
...]
BluetoothOppProvider.java
257
con = BluetoothShare.
USER_CONFIRMATION_PENDING
;
BluetoothOppReceiver.java
207
if (((userConfirmation == BluetoothShare.
USER_CONFIRMATION_PENDING
))
BluetoothOppNotification.java
88
+ BluetoothShare.
USER_CONFIRMATION_PENDING
+ "'" + " AND " + visible;
BluetoothOppObexServerSession.java
86
private int mAccepted = BluetoothShare.
USER_CONFIRMATION_PENDING
;
Completed in 1216 milliseconds