HomeSort by relevance Sort by last modified time
    Searched refs:mId (Results 176 - 200 of 372) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/av/services/camera/libcameraservice/api1/client2/
ZslProcessor3.h 94 const int mId;
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Stream.cpp 49 mId(id),
70 return mId;
191 __FUNCTION__, mId, strerror(-res), res);
304 ALOGV("%s: Stream %d: Disconnecting...", __FUNCTION__, mId);
Camera3Stream.h 124 * Check if the stream is mid-configuration (start has been called, but not
218 const int mId;
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_context.h 52 int mId; /* unique context id */
  /frameworks/uiautomator/tests/CtsUiAutomatorTest/testapp/src/com/android/uiautomator/tests/cts/testapp/
TestListFragment.java 80 mCallbacks.onItemSelected(TestItems.getTest(position).mId);
  /packages/apps/Exchange/src/com/android/exchange/service/
EasSyncHandler.java 268 LogUtils.d(TAG, "Syncing account %d mailbox %d (class %s) with syncKey %s", mAccount.mId,
269 mMailbox.mId, className, syncKey);
377 final EasProvision provision = new EasProvision(mContext, mAccount.mId, this);
378 if (provision.provision(syncResult, mAccount.mId)) {
EasOutboxSyncHandler.java 82 new String[] {Long.toString(mMailbox.mId)}, null);
88 if (Utility.hasUnloadedAttachments(mContext, message.mId)) {
95 //sendMessageStatus(message.mId, null, EmailServiceStatus.IN_PROGRESS, 0);
203 WHERE_MESSAGE_KEY, new String[] {Long.toString(message.mId)});
230 Attachment.restoreAttachmentsWithMessageId(context, message.mId);
523 ContentUris.withAppendedId(Message.CONTENT_URI, message.mId), null, null);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailContentProvider.java 166 private final String mId;
173 mId = id;
184 return mId != null;
189 return mId;
  /external/replicaisland/src/com/replica/replicaisland/
KeyboardConfigDialogPreference.java 58 private int mId;
60 mId = id;
64 selectId(mId);
  /frameworks/base/core/java/android/printservice/
PrinterDiscoverySession.java 86 private final int mId;
106 mId = sIdCounter++;
123 return mId;
  /frameworks/base/core/java/com/android/internal/view/menu/
ListMenuPresenter.java 53 private int mId;
198 mId = id;
203 return mId;
MenuItemImpl.java 45 private final int mId;
133 mId = id;
199 return mId;
565 if (view != null && view.getId() == View.NO_ID && mId > 0) {
566 view.setId(mId);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ResponseData.java 51 private int mId;
55 mId = id;
64 buf.write(mId); // identifier of item chosen
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ListMenuPresenter.java 56 private int mId;
207 mId = id;
212 return mId;
MenuItemImpl.java 46 private final int mId;
139 mId = id;
209 return mId;
605 if (view != null && view.getId() == View.NO_ID && mId > 0) {
606 view.setId(mId);
  /packages/apps/Email/src/com/android/email/provider/
FolderPickerActivity.java 192 ContentUris.withAppendedId(Mailbox.CONTENT_URI, ofType.mId), values,
201 ContentUris.withAppendedId(Mailbox.CONTENT_URI, mailbox.mId), values,
208 ContentUris.withAppendedId(Account.CONTENT_URI, account.mId), values,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
KeyCodeDescriptionMapper.java 146 final KeyboardId keyboardId = keyboard.mId;
183 final KeyboardId keyboardId = keyboard.mId;
213 final KeyboardId keyboardId = keyboard.mId;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinder.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAttribute.java 56 private final String mId;
75 mId = id;
116 value = mId;
LintFix.java 61 protected final String mId;
64 mId = id;
111 Issue issue = EclipseLintClient.getRegistry().getIssue(mId);
  /hardware/libhardware_legacy/audio/
AudioDumpInterface.cpp 265 : mInterface(interface), mId(id),
292 sprintf(name, "%s_out_%d_%d.pcm", mInterface->fileName().string(), mId, ++mFileCount);
358 mId = valueInt;
426 : mInterface(interface), mId(id),
448 sprintf(name, "%s_in_%d_%d.pcm", mInterface->fileName().string(), mId, ++mFileCount);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
HostAuth.java 175 mId = cursor.getLong(CONTENT_ID_COLUMN);
324 dest.writeLong(mId);
340 mId = in.readLong();
358 && mId == that.mId
Account.java 257 mId = cursor.getLong(CONTENT_ID_COLUMN);
283 return mId;
782 // If saving, set the mId's of the various saved objects
786 mHostAuthRecv.mId = newId;
791 mHostAuthSend.mId = newId;
794 mId = getId(u);
857 dest.writeLong(mId);
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadService.java 335 Log.v(TAG, "Download " + info.mId + ": activeDownload=" + activeDownload
381 mDownloads.put(info.mId, info);
384 Log.v(Constants.TAG, "processing inserted download " + info.mId);
396 Log.v(Constants.TAG, "processing updated download " + info.mId +
415 mDownloads.remove(info.mId);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInRefactoring.java 71 private String mId;
82 mId = arguments.get(KEY_ID);
156 args.put(KEY_ID, mId);
167 mId = id;
213 String id = ensureNewId(mId);

Completed in 1547 milliseconds

1 2 3 4 5 6 78 91011>>