/packages/apps/TV/src/com/android/tv/parental/ |
D | ContentRatingSystem.java | 43 private final String mName; field in ContentRatingSystem 81 return mDomain + DELIMITER + mName; in getId() 85 return mName; in getName() 139 return mDomain.equals(rating.getDomain()) && mName.equals(rating.getRatingSystem()); in ownsRating() 146 return this.mName.equals(other.mName) && this.mDomain.equals(other.mDomain); in equals() 153 return 31 * mName.hashCode() + mDomain.hashCode(); in hashCode() 167 mName = name; in ContentRatingSystem() 181 private String mName; field in ContentRatingSystem.Builder 196 mName = name; in setName() 246 if (TextUtils.isEmpty(mName)) { in build() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | ProfileService.java | 59 private final String mName; field in ProfileService 114 mName = getName(); in ProfileService() 120 Log.d(mName, "onCreate"); in onCreate() 131 Log.d(mName, "onStartCommand()"); in onStartCommand() 136 Log.e(mName, "Permission denied!"); in onStartCommand() 141 Log.d(mName, "onStartCommand ignoring null intent."); in onStartCommand() 160 Log.d(mName, "onBind"); in onBind() 164 throw new UnsupportedOperationException("Cannot bind to " + mName); in onBind() 172 Log.d(mName, "onUnbind"); in onUnbind() 184 sb.append(mName); in dump() [all …]
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | ProcStatsEntry.java | 43 final String mName; field in ProcStatsEntry 66 mName = proc.getName(); in ProcStatsEntry() 84 mName = procName; in ProcStatsEntry() 95 mName = in.readString(); in ProcStatsEntry() 128 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": single pkg " + mPackages.get(0)); in evaluateTargetPackage() 149 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ", pkg " in evaluateTargetPackage() 153 + mUid + " in process " + mName); in evaluateTargetPackage() 156 ProcessState pkgProc = pkgState.mProcesses.get(mName); in evaluateTargetPackage() 158 Log.w(TAG, "No process " + mName + " found in package state " in evaluateTargetPackage() 170 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": best pkg " in evaluateTargetPackage() [all …]
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/ |
D | ProcStatsEntry.java | 43 final String mName; field in ProcStatsEntry 66 mName = proc.getName(); in ProcStatsEntry() 84 mName = procName; in ProcStatsEntry() 95 mName = in.readString(); in ProcStatsEntry() 128 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": single pkg " + mPackages.get(0)); in evaluateTargetPackage() 149 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ", pkg " in evaluateTargetPackage() 153 + mUid + " in process " + mName); in evaluateTargetPackage() 156 ProcessState pkgProc = pkgState.mProcesses.get(mName); in evaluateTargetPackage() 158 Log.w(TAG, "No process " + mName + " found in package state " in evaluateTargetPackage() 170 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": best pkg " in evaluateTargetPackage() [all …]
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | SimContact.java | 47 private final String mName; field in SimContact 57 mName = name; in SimContact() 63 this(other.mId, other.mName, other.mPhone, other.mEmails); in SimContact() 71 return mName; in getName() 94 if (mName != null) { in appendCreateContactOperations() 96 StructuredName.DISPLAY_NAME, mName)); in appendCreateContactOperations() 121 .add(ContactsContract.Contacts.DISPLAY_NAME_PRIMARY, mName) in appendAsContactRow() 126 return !TextUtils.isEmpty(mName); in hasName() 143 if (mName != null) { in getLookupKey() 144 return "sim-n-" + Uri.encode(mName); in getLookupKey() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapAccountItem.java | 33 private final String mName; field in BluetoothMapAccountItem 46 this.mName = name; in BluetoothMapAccountItem() 105 if (!other.mName.equals(this.mName)) { in compareTo() 107 Log.d(TAG, "Wrong name : " + this.mName + " vs " + other.mName); in compareTo() 145 result = prime * result + ((mName == null) ? 0 : mName.hashCode()); in hashCode() 171 if (mName == null) { in equals() 172 if (other.mName != null) { in equals() 175 } else if (!mName.equals(other.mName)) { in equals() 204 return mName + " (" + mBase_uri + ")"; in toString() 212 return mName; in getName()
|
D | BluetoothMapConvoContactElement.java | 53 private String mName = null; field in BluetoothMapConvoContactElement 76 this.mName = name; in BluetoothMapConvoContactElement() 130 return mName; in getName() 134 this.mName = name; in setName() 207 if (mName != null) { in encode() 209 BluetoothMapUtils.stripInvalidChars(mName)); in encode() 257 newElement.mName = attributeValue; in createFromXml() 323 if (mName == null) { in equals() 324 if (other.mName != null) { in equals() 327 } else if (!mName.equals(other.mName)) { in equals()
|
D | BluetoothMapConvoListingElement.java | 50 private String mName = ""; //title of the conversation #REQUIRED, but allowed empty field in BluetoothMapConvoListingElement 102 return mName; in getName() 109 this.mName = name; in setName() 267 if (mName != null) { in encode() 269 BluetoothMapUtils.stripInvalidChars(mName)); in encode() 313 newElement.mName = attributeValue; in createFromXml() 386 if (mName == null) { in equals() 387 if (other.mName != null) { in equals() 390 } else if (!mName.equals(other.mName)) { in equals()
|
/packages/apps/TV/src/com/android/tv/util/ |
D | RecurringRunner.java | 44 private final String mName; field in RecurringRunner 53 mName = runnable.getClass().getCanonicalName(); in RecurringRunner() 54 if (DEBUG) Log.i(TAG, " Delaying " + mName + " " + (intervalMs / 1000.0) + " seconds"); in RecurringRunner() 59 SoftPreconditions.checkState(!mRunning, TAG, mName + " start is called twice."); in start() 98 if (DEBUG) Log.i(TAG, "Next run of " + mName + " at " + new Date(next)); in postAt() 104 if (DEBUG) Log.i(TAG, "Starting " + mName); in postAt() 107 Log.w(TAG, "Error running " + mName, e); in postAt() 113 Log.w(TAG, "Scheduling a future run of " + mName + " at " + new Date(next) + "failed"); in postAt() 115 if (DEBUG) Log.i(TAG, "Actual delay of " + mName + " is " + (delay / 1000.0) + " seconds."); in postAt() 127 long next = getSharedPreferences().getLong(mName, System.currentTimeMillis()); in getNextRunTime() [all …]
|
/packages/apps/PermissionController/src/com/android/packageinstaller/role/model/ |
D | AppOp.java | 38 private final String mName; field in AppOp 52 mName = name; in AppOp() 59 return mName; in getName() 83 return Permissions.setAppOpMode(packageName, mName, mMode, context); in grant() 98 int defaultMode = Permissions.getDefaultAppOpMode(mName); in revoke() 99 return Permissions.setAppOpMode(packageName, mName, defaultMode, context); in revoke() 116 + "mName='" + mName + '\'' in toString() 132 && Objects.equals(mName, appOp.mName) in equals() 138 return Objects.hash(mName, mMaxTargetSdkVersion, mMode); in hashCode()
|
D | RequiredMetaData.java | 35 private final String mName; field in RequiredMetaData 51 mName = name; in RequiredMetaData() 58 return mName; in getName() 78 if (metaData.containsKey(mName)) { in isQualified() 79 Object metaDataValue = metaData.get(mName); in isQualified() 89 + "mName='" + mName + '\'' in toString() 105 && Objects.equals(mName, that.mName) in equals() 111 return Objects.hash(mName, mValue, mOptional); in hashCode()
|
D | PermissionSet.java | 33 private final String mName; field in PermissionSet 42 mName = name; in PermissionSet() 48 return mName; in getName() 59 + "mName='" + mName + '\'' in toString() 73 return Objects.equals(mName, that.mName) in equals() 79 return Objects.hash(mName, mPermissions); in hashCode()
|
D | Role.java | 75 private final String mName; field in Role 169 mName = name; in Role() 188 return mName; in getName() 430 Log.w(LOG_TAG, packageName + " not qualified for " + mName in isPackageQualified() 593 otherRoleNames.remove(mName); in revoke() 636 + "(" + mName + ")"); in killApp() 656 Constants.IS_NONE_ROLE_HOLDER_SELECTED_KEY + mName, false); in isNoneHolderSelected() 669 .remove(Constants.IS_NONE_ROLE_HOLDER_SELECTED_KEY + mName) in onHolderAddedAsUser() 709 .putBoolean(Constants.IS_NONE_ROLE_HOLDER_SELECTED_KEY + mName, true) in onNoneHolderSelectedAsUser() 716 + "mName='" + mName + '\'' in toString() [all …]
|
/packages/apps/PermissionController/src/com/android/packageinstaller/permission/model/ |
D | PermissionGroup.java | 29 private final String mName; field in PermissionGroup 40 mName = name; in PermissionGroup() 49 return mName; in getName() 106 if (mName == null) { in equals() 107 if (other.mName != null) { in equals() 110 } else if (!mName.equals(other.mName)) { in equals() 127 return mName != null ? mName.hashCode() + mTotal + mGranted : mTotal + mGranted; in hashCode()
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
D | MockSource.java | 51 private final String mName; field in MockSource 58 mName = name; in MockSource() 64 getClass().getName() + "." + mName); in getIntentComponent() 93 return "MockSource " + mName; in getLabel() 105 return "Suggestions from MockSource " + mName; in getSettingsDescription() 131 Uri data = new Uri.Builder().scheme("content").authority(mName).path(query).build(); in createSuggestion() 142 return s.mName.equals(mName); in equals() 149 return mName.hashCode(); in hashCode()
|
/packages/apps/SecureElement/src/com/android/se/ |
D | Terminal.java | 68 private final String mName; field in Terminal 113 mName); in stateChange() 130 mName); in stateChange() 138 Log.e(mTag, mName + " died"); in serviceDied() 143 mName); in serviceDied() 165 Log.e(mTag, mName + " could not be initialized again"); 178 mName = name; in Terminal() 193 android.hardware.secure_element.V1_1.ISecureElement.getService(mName, true); in initialize() 199 mSEHal = ISecureElement.getService(mName, true); in initialize() 201 throw new NoSuchElementException("No HAL is provided for " + mName); in initialize() [all …]
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | EmojiAltPhysicalKeyDetector.java | 46 private final String mName; field in EmojiAltPhysicalKeyDetector.EmojiHotKeys 53 mName = name; in EmojiHotKeys() 60 Log.d(TAG, "EmojiHotKeys.onKeyDown() - " + mName + " - considering " + keyEvent); in onKeyDown() 67 Log.d(TAG, "EmojiHotKeys.onKeyDown() - " + mName + " - enabling action"); in onKeyDown() 73 Log.d(TAG, "EmojiHotKeys.onKeyDown() - " + mName + " - disabling action"); in onKeyDown() 81 Log.d(TAG, "EmojiHotKeys.onKeyUp() - " + mName + " - considering " + keyEvent); in onKeyUp() 98 Log.d(TAG, "EmojiHotKeys.onKeyUp() - " + mName + " - firing action"); in onKeyUp() 105 … Log.d(TAG, "EmojiHotKeys.onKeyUp() - " + mName + " - canceled, ignoring action"); in onKeyUp() 114 Log.d(TAG, "EmojiHotKeys.onKeyUp() - " + mName + " - disabling action"); in onKeyUp()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | FilterRepresentation.java | 31 private String mName; field in FilterRepresentation 53 mName = name; in FilterRepresentation() 57 FilterRepresentation representation = new FilterRepresentation(mName); in copy() 81 && representation.mName.equalsIgnoreCase(mName) in equals() 108 return mName; in toString() 112 mName = name; in setName() 116 return mName; in getName() 262 mName = rep[i][1]; in deSerializeRepresentation()
|
/packages/apps/Contacts/src/com/android/contacts/model/account/ |
D | AccountDisplayInfo.java | 32 private final CharSequence mName; field in AccountDisplayInfo 41 mName = name; in AccountDisplayInfo() 52 return mName; in getNameLabel() 76 return !TextUtils.equals(mName, mType); in hasDistinctName() 84 return withNameAndType(mName, type); in withType() 93 return new AccountDisplayInfo(mSource, context.getString(nameFormat, mName), in formatted() 98 return withName(context.getString(nameFormat, mName)); in withFormattedName()
|
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/ |
D | ContextualCard.java | 53 private final String mName; field in ContextualCard 78 return mName; in getName() 175 mName = builder.mName; in ContextualCard() 200 mName = c.getString(c.getColumnIndex(CardDatabaseHelper.CardColumns.NAME)); in ContextualCard() 201 mBuilder.setName(mName); in ContextualCard() 249 return mName.hashCode(); in hashCode() 265 return TextUtils.equals(mName, that.mName); in equals() 276 private String mName; field in ContextualCard.Builder 300 mName = name; in setName()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/ |
D | ContextualCard.java | 53 private final String mName; field in ContextualCard 77 return mName; in getName() 170 mName = builder.mName; in ContextualCard() 194 mName = c.getString(c.getColumnIndex(CardDatabaseHelper.CardColumns.NAME)); in ContextualCard() 195 mBuilder.setName(mName); in ContextualCard() 241 return mName.hashCode(); in hashCode() 257 return TextUtils.equals(mName, that.mName); in equals() 268 private String mName; field in ContextualCard.Builder 291 mName = name; in setName()
|
/packages/services/Car/car-lib/src/android/car/trust/ |
D | TrustedDeviceInfo.java | 40 private final String mName; field in TrustedDeviceInfo 45 mName = name; in TrustedDeviceInfo() 64 return mName; in getName() 79 mName = in.readString(); in TrustedDeviceInfo() 91 dest.writeString(mName); in writeToParcel() 99 mName); in toString() 123 return String.join(DEVICE_INFO_DELIMITER, String.valueOf(mHandle), mAddress, mName); in serialize()
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
D | AccountSetupNamesFragment.java | 41 private EditText mName; field in AccountSetupNamesFragment 63 mName = UiUtilities.getView(view, R.id.account_name); in onCreateView() 65 mName.setKeyListener(TextKeyListener.getInstance(false, TextKeyListener.Capitalize.WORDS)); in onCreateView() 98 mName.setVisibility(View.GONE); in onActivityCreated() 102 mName.setText(account.getSenderName()); in onActivityCreated() 118 if (data == null || !TextUtils.isEmpty(mName.getText())) { in onActivityCreated() 127 mName.setText(name); in onActivityCreated() 142 return mName.getText().toString().trim(); in getSenderName()
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | ConversationCursorLoader.java | 39 private final String mName; field in ConversationCursorLoader 50 mName = name; in ConversationCursorLoader() 63 LogUtils.d(TAG, " >> " + loader.mName + " (" + loader.mUri + ")"); in dumpLoaders() 93 LogUtils.d(TAG, "Reset loader/disable cursor: " + mName); in onReset() 101 LogUtils.d(TAG, "Reset loader/retain cursor: " + mName); in onReset() 123 LogUtils.d(TAG, "Restarting reset loader: " + mName); in onStartLoading() 128 LogUtils.d(TAG, "Resuming retained loader: " + mName); in onStartLoading()
|
/packages/services/Car/car-lib/src/com/android/car/internal/ |
D | CarPermission.java | 31 private final String mName; field in CarPermission 36 mName = name; in CarPermission() 41 if (mName != null) { in checkGranted() 44 mContext.checkCallingOrSelfPermission(mName); in checkGranted() 55 + mName in assertGranted() 65 return mName; in toString()
|