HomeSort by relevance Sort by last modified time
    Searched refs:mId (Results 1 - 25 of 1003) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/media/java/android/media/
AudioHandle.java 26 private final int mId;
29 mId = id;
33 return mId;
42 return mId == ah.id();
47 return mId;
52 return Integer.toString(mId);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DownloadIdAndStartDate.java 23 public final long mId;
26 mId = id;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
MapContact.java 25 private final long mId;
28 mId = id;
41 return mId;
45 if(mId > 0) {
46 return BluetoothMapUtils.getLongLongAsString(mId, 0);
52 if(mId > 0) {
53 return new SignedLongLong(mId, 0);
  /frameworks/base/services/core/java/com/android/server/pm/
KeySetHandle.java 22 private final long mId;
26 mId = id;
34 mId = id;
39 return mId;
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
MockTextAppearanceFactory.java 47 private final int mId;
49 mId = id;
52 return mId;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
SetAttributeFix.java 52 if (mId.equals(AccessibilityDetector.ISSUE.getId())) {
54 } else if (mId.equals(InefficientWeightDetector.BASELINE_WEIGHTS.getId())) {
56 } else if (mId.equals(SecurityDetector.EXPORTED_SERVICE.getId())) {
58 } else if (mId.equals(TextFieldDetector.ISSUE.getId())) {
60 } else if (mId.equals(TranslationDetector.MISSING.getId())) {
62 } else if (mId.equals(ManifestDetector.ALLOW_BACKUP.getId())) {
64 } else if (mId.equals(MissingIdDetector.ISSUE.getId())) {
67 assert false : mId;
74 if (mId.equals(TranslationDetector.MISSING.getId())) {
83 if (mId.equals(AccessibilityDetector.ISSUE.getId()))
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothMasInstance.java 24 private final int mId;
30 mId = id;
39 return mId == ((BluetoothMasInstance)o).mId;
46 return mId + (mChannel << 8) + (mMsgTypes << 16);
51 return Integer.toString(mId) + ":" + mName + ":" + mChannel + ":" +
71 out.writeInt(mId);
85 return mId;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
WordListInfo.java 23 public final String mId;
27 mId = id;
  /development/samples/USB/AdbTest/src/com/android/adb/
AdbSocket.java 26 private final int mId;
31 mId = id;
35 return mId;
40 message.set(AdbMessage.A_OPEN, mId, 0, destination);
72 message.set(AdbMessage.A_OKAY, mId, mPeerId);
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
TestAlertActivity.java 11 int mId;
18 mId = intent.getIntExtra("id", -1);
19 Log.d("StatusBarTest", "Remembering notification id=" + mId);
26 Log.d("StatusBarTest", "onPause: Canceling notification id=" + mId);
28 nm.cancel(mId);
  /frameworks/base/core/java/android/view/inputmethod/
CompletionInfo.java 52 private final long mId;
67 mId = id;
88 mId = id;
95 mId = source.readLong();
106 return mId;
137 + "\" id=" + mId + " label=" + mLabel + "}";
147 dest.writeLong(mId);
  /developers/build/prebuilts/gradle/NfcProvisioning/Application/src/main/java/com/example/android/nfcprovisioning/
TextWatcherWrapper.java 28 private final int mId;
32 mId = id;
48 mListener.onTextChanged(mId, s.toString());
  /developers/samples/android/admin/NfcProvisioning/Application/src/main/java/com/example/android/nfcprovisioning/
TextWatcherWrapper.java 28 private final int mId;
32 mId = id;
48 mListener.onTextChanged(mId, s.toString());
  /development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/
TextWatcherWrapper.java 28 private final int mId;
32 mId = id;
48 mListener.onTextChanged(mId, s.toString());
  /frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
InputSource.cpp 36 mId = static_cast<audio_source_t>(context.getItemAsInteger(MappingKeyIdentifier));
38 mPolicyPluginInterface->addInputSource(getFormattedMappingValue(), mId);
45 return mPolicyPluginInterface->setDeviceForInputSource(mId, applicableInputDevice);
Strategy.cpp 38 mId = static_cast<routing_strategy>(context.getItemAsInteger(MappingKeyIdentifier));
41 mPolicyPluginInterface->addStrategy(getFormattedMappingValue(), mId);
48 return mPolicyPluginInterface->setDeviceForStrategy(mId, applicableOutputDevice);
Usage.cpp 37 mId = static_cast<audio_usage_t>(context.getItemAsInteger(MappingKeyIdentifier));
40 mPolicyPluginInterface->addUsage(getFormattedMappingValue(), mId);
47 return mPolicyPluginInterface->setStrategyForUsage(mId,
Stream.cpp 32 mId = static_cast<audio_stream_type_t>(context.getItemAsInteger(MappingKeyIdentifier));
35 mPolicyPluginInterface->addStream(getFormattedMappingValue(), mId);
43 mPolicyPluginInterface->setStrategyForStream(mId,
46 mPolicyPluginInterface->setVolumeProfileForStream(mId,
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
HeaderItem.java 24 private final long mId;
32 mId = id;
47 return mId;
MultiActionsProvider.java 39 private long mId;
44 mId = id;
105 return mId;
  /hardware/libhardware/modules/camera/
Camera.cpp 52 : mId(id),
78 ALOGI("%s:%d: Opening camera device", __func__, mId);
83 ALOGE("%s:%d: Error! Camera device already opened", __func__, mId);
110 ALOGI("%s:%d: Closing camera device", __func__, mId);
115 ALOGE("%s:%d: Error! Camera device not open", __func__, mId);
128 ALOGV("%s:%d: callback_ops=%p", __func__, mId, callback_ops);
133 ALOGE("%s:%d: Failed to initialize device!", __func__, mId);
144 ALOGV("%s:%d: stream_config=%p", __func__, mId, stream_config);
149 ALOGE("%s:%d: NULL stream configuration array", __func__, mId);
153 ALOGE("%s:%d: Empty stream configuration array", __func__, mId);
    [all...]
  /packages/apps/Email/tests/src/com/android/emailcommon/provider/
MailboxTests.java 83 "1", b.mAccountKey, b.mId, true, false, c, starred, read);
100 long account1Id = account1.mId;
102 long box1Id = box1.mId;
116 long account1Id = account1.mId;
118 long box1Id = box1.mId;
120 long box2Id = box2.mId;
150 Mailbox bi = ProviderTestUtils.setupMailbox("b1", a.mId, true, c, Mailbox.TYPE_INBOX);
151 Mailbox bm = ProviderTestUtils.setupMailbox("b2", a.mId, true, c, Mailbox.TYPE_MAIL);
153 assertEquals(Mailbox.TYPE_INBOX, Mailbox.getMailboxType(c, bi.mId));
154 assertEquals(Mailbox.TYPE_MAIL, Mailbox.getMailboxType(c, bm.mId));
    [all...]
  /developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
SimpleGeofence.java 27 private final String mId;
45 this.mId = geofenceId;
55 return mId;
80 .setRequestId(mId)
  /developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
SimpleGeofence.java 27 private final String mId;
45 this.mId = geofenceId;
55 return mId;
80 .setRequestId(mId)
  /development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
SimpleGeofence.java 27 private final String mId;
45 this.mId = geofenceId;
55 return mId;
80 .setRequestId(mId)

Completed in 3208 milliseconds

1 2 3 4 5 6 7 8 91011>>