Searched refs:TYPE_UNKNOWN (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Exchange/tests/src/com/android/exchange/adapter/
H A DFolderSyncParserTests.java75 mProviderContext, Mailbox.TYPE_UNKNOWN);
94 false, mProviderContext, Mailbox.TYPE_UNKNOWN);
/packages/apps/Phone/src/com/android/phone/
H A DBluetoothHeadsetService.java108 mHeadsetType = BluetoothHandsfree.TYPE_UNKNOWN;
156 int type = BluetoothHandsfree.TYPE_UNKNOWN;
485 mRemoteHeadsets.get(device).mHeadsetType = BluetoothHandsfree.TYPE_UNKNOWN;
544 int type = BluetoothHandsfree.TYPE_UNKNOWN;
578 log("SDP UUID: TYPE_UNKNOWN");
H A DBluetoothHandsfree.java72 public static final int TYPE_UNKNOWN = 0; field in class:BluetoothHandsfree
92 private int mHeadsetType; // TYPE_UNKNOWN when not connected
181 case TYPE_UNKNOWN:
213 mHeadsetType = TYPE_UNKNOWN; // nothing connected yet
549 if (mHeadset == null || mHeadsetType == TYPE_UNKNOWN) {
597 mHeadsetType = TYPE_UNKNOWN;
/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DFolderSyncParser.java381 mailbox.mType = Mailbox.TYPE_UNKNOWN;
420 if (folderType != Mailbox.TYPE_UNKNOWN) return false;
421 // If this is TYPE_UNKNOWN, check the parent
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DMailbox.java178 public static final int TYPE_UNKNOWN = 0x45; field in class:Mailbox

Completed in 97 milliseconds