HomeSort by relevance Sort by last modified time
    Searched refs:mId (Results 251 - 275 of 307) sorted by null

<<111213

  /packages/apps/Settings/src/com/android/settings/deviceinfo/
MiscFilesHandler.java 225 return mData.get(position).mId;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboard.java 269 load(parentKeyboard.mMoreKeysTemplate, parentKeyboard.mId);
Key.java 263 final boolean needsToUpperCase = needsToUpperCase(mLabelFlags, params.mId.mElementId);
264 final Locale locale = params.mId.mLocale;
309 mLabel = params.mId.mCustomActionLabel;
    [all...]
PointerTracker.java 398 sGestureHandlingEnabledByInputField = !keyboard.mId.passwordInput();
    [all...]
MainKeyboardView.java     [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsFragment.java 242 Account refreshedAccount = Account.restoreAccountWithId(mContext, mAccount.mId);
421 String protocol = Account.getProtocol(mContext, mAccount.mId);
489 mAccountDefault.setChecked(mAccount.mId == mDefaultAccountId);
    [all...]
AccountSetupOptions.java 339 Intent intent = AccountSecurity.actionUpdateSecurityIntent(this, account.mId, false);
AccountSetupIncomingFragment.java 481 account.mId, serverAddress, mCacheLoginCredential, SetupData.CHECK_INCOMING);
  /system/netd/
MDnsSdListener.cpp 657 if (cur->mId == id) {
673 if (cur->mId == id) {
715 if (cur->mId == id) {
  /frameworks/base/services/java/com/android/server/accessibility/
AccessibilityManagerService.java 605 final int connectionId = service.mId;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java     [all...]
  /packages/apps/Browser/src/com/android/browser/
AddBookmarkPage.java 785 Long mId;
789 mId = id;
797 Uri uri = ContentUris.withAppendedId(BookmarkUtils.getBookmarksUri(mContext), mId);
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.h 553 audio_io_handle_t id() const { return mId;}
    [all...]
AudioFlinger.cpp     [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 254 audio_io_handle_t mId; // output handle
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
Rfc822Output.java 216 Body body = Body.restoreBodyWithMessageId(context, message.mId);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java     [all...]
  /packages/apps/Email/src/com/android/email/
NotificationController.java 356 sNotificationHandler, mContext, mailbox.mId, accountId);
    [all...]
  /packages/apps/Email/tests/src/com/android/email/
LegacyConversionsTests.java 224 Uri uri = ContentUris.withAppendedId(Attachment.MESSAGE_ID_URI, localMessage.mId);
318 Uri uri = ContentUris.withAppendedId(Attachment.MESSAGE_ID_URI, localMessage.mId);
  /packages/apps/Email/tests/src/com/android/email/activity/
MessageComposeTests.java 147 accountId = account.mId;
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
UIControllerBase.java 739 final long mailboxId = searchableMailbox.mId;
    [all...]
MessageListFragment.java 788 if ((mMailbox != null) && (mMailbox.mId == messageMailboxId)) {
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLCanvasImpl.java 735 mUnboundTextures.add(t.mId);

Completed in 1273 milliseconds

<<111213