Searched refs:getName (Results 276 - 300 of 781) sorted by relevance

<<11121314151617181920>>

/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/utils/
H A DUtils.java85 group.getName(), packageName)) {
96 && !Utils.isModernPermissionGroup(group.getName())) {
106 app.getPermissionGroup().getName(), app.getPackageName())) {
/packages/apps/Settings/src/com/android/settings/
H A DLicenseHtmlGeneratorFromXml.java149 if (xmlFile.getName().endsWith(".gz")) {
201 if (TAG_FILE_NAME.equals(parser.getName())) {
209 } else if (TAG_FILE_CONTENT.equals(parser.getName())) {
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothDevicePreference.java121 setTitle(mCachedDevice.getName());
219 String name = mCachedDevice.getName();
238 Utils.showError(getContext(), mCachedDevice.getName(),
/packages/apps/Settings/src/com/android/settings/search/
H A DDatabaseIndexingUtils.java94 "' should implement the " + Indexable.class.getName() + " interface!");
115 throw new IllegalStateException(controller.getClass().getName()
116 + " must implement " + PreferenceControllerMixin.class.getName());
H A DInputDeviceResultLoader.java54 static final String PHYSICAL_KEYBOARD_FRAGMENT = PhysicalKeyboardFragment.class.getName();
57 AvailableVirtualKeyboardFragment.class.getName();
96 final String deviceName = device.getName();
/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/storage/
H A DStorageItemPreferenceControllerTest.java126 assertThat(intent.getComponent().getClassName()).isEqualTo(SubSettings.class.getName());
128 .isEqualTo(ManageApplications.class.getName());
144 assertThat(intent.getComponent().getClassName()).isEqualTo(SubSettings.class.getName());
146 ManageApplications.class.getName());
171 assertThat(intent.getComponent().getClassName()).isEqualTo(SubSettings.class.getName());
173 ManageApplications.class.getName());
190 assertThat(intent.getComponent().getClassName()).isEqualTo(SubSettings.class.getName());
192 .isEqualTo(ManageApplications.class.getName());
242 assertThat(intent.getComponent().getClassName()).isEqualTo(SubSettings.class.getName());
244 ManageApplications.class.getName());
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DBinaryDictionaryGetter.java173 DictionaryInfoUtils.getWordListIdFromFileName(directory.getName());
180 DictionaryInfoUtils.getCategoryFromFileName(wordList.getName());
265 final String wordListId = DictionaryInfoUtils.getWordListIdFromFileName(f.getName());
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DBluetoothDevicePairer.java186 String keyboardName = device.getName();
307 Intent intent = new Intent(IBluetoothA2dp.class.getName());
481 Log.d(TAG, "Added device to visible list. Name = " + device.getName() + " , class = " +
636 Log.d(TAG, "Bluetooth device successfully unpaired: " + device.getName());
640 Log.e(TAG, "Failed to unpair Bluetooth Device: " + device.getName());
H A DBluetoothPairingDialog.java381 instructions = getString(R.string.bluetooth_enter_pin_msg, mDevice.getName());
391 mDevice.getName());
465 mDevice.getName(), mPairingKey);
479 mDevice.getName(), mPairingKey);
485 mDevice.getName());
/packages/apps/Settings/src/com/android/settings/applications/
H A DProcStatsData.java281 final ProcessState proc = mStats.mProcesses.get(pkgProc.getName(),
285 + "/" + st.mUid + " proc name " + pkgProc.getName());
288 ProcStatsEntry ent = entriesMap.get(proc.getName(), proc.getUid());
293 if (DEBUG) Log.d(TAG, "Adding proc " + proc.getName() + "/"
299 entriesMap.put(proc.getName(), proc.getUid(), ent);
327 + "/" + ss.getName() + "/" + uids.keyAt(iu)
332 + uids.keyAt(iu) + " for service " + ss.getName());
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppNotification.java360 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
413 BluetoothOppReceiver.class.getName());
416 BluetoothOppReceiver.class.getName());
473 BluetoothOppReceiver.class.getName());
476 BluetoothOppReceiver.class.getName());
514 .setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/
H A DAppPermissionsFragment.java153 getClass().getName());
219 if (Utils.areGroupPermissionsIndividuallyControlled(getContext(), group.getName())) {
221 showAllPermissions(group.getName());
238 preference.setKey(group.getName());
303 if (LocationUtils.isLocationGroupAndProvider(group.getName(), group.getApp().packageName)) {
326 group.getName())) {
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAbstractConversationViewFragment.java127 AbstractConversationViewFragment.class.getName() + "viewstate";
133 AbstractConversationViewFragment.class.getName() + "uservisible";
136 AbstractConversationViewFragment.class.getName() + "detached";
139 AbstractConversationViewFragment.class.getName() + "conversationtransformed";
141 AbstractConversationViewFragment.class.getName() + "conversationreverted";
432 Analytics.getInstance().sendView(getClass().getName());
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DDictionaryInfoUtils.java57 public static final String RESOURCE_PACKAGE_NAME = R.class.getPackage().getName();
295 final String fileName = stagingFile.getName();
462 final String filenameToStoreOnDb = unCachedFile.getName();
501 final String localeString = getWordListIdFromFileName(directory.getName());
505 final String wordListId = getWordListIdFromFileName(dict.getName());
528 String fileName = dictionaryFile.getName();
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DPbapClientStateMachine.java166 if (DBG) Log.d(TAG, "Processing MSG " + message.what + " from " + this.getName());
254 if (DBG) Log.d(TAG, "Processing MSG " + message.what + " from " + this.getName());
298 if (DBG) Log.d(TAG, "Processing MSG " + message.what + " from " + this.getName());
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
H A DSimulatorContacts.java141 if (!TextUtils.isEmpty(contact.getName())) {
149 ContactsContract.CommonDataKinds.StructuredName.DISPLAY_NAME, contact.getName())
202 abstract String getName(); method in class:SimulatorContacts.Contact
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/archives/
H A DWriteableArchiveTest.java192 assertEquals("dir/", entry.getName());
263 assertEquals("hoge.txt", entry.getName());
292 assertEquals("hoge.txt", entry.getName());
/packages/apps/EmergencyInfo/src/com/android/emergency/preferences/
H A DContactPreference.java128 setTitle(mContact.getName());
143 mContact.getName()));
183 mContact.getName()));
/packages/services/Telephony/testapps/EmbmsTestStreamingApp/src/com/android/phone/testapps/embmsfrontend/
H A DEmbmsTestStreamingApp.java69 private String getName(StreamingServiceInfo info) { method in class:EmbmsTestStreamingApp.StreamingServiceInfoAdapter
83 result.setText(getName(info));
92 + getName(info)
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DAdvertiseManager.java195 String deviceName = AdapterService.getAdapterService().getName();
259 String deviceName = AdapterService.getAdapterService().getName();
265 String deviceName = AdapterService.getAdapterService().getName();
280 String deviceName = AdapterService.getAdapterService().getName();
/packages/apps/Car/SystemUpdater/src/com/android/car/systemupdater/
H A DDeviceListFragment.java92 if (mFileNames[position].getName().endsWith(".zip")) {
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/
H A DMockedServiceManager.java52 return (mClass.getName().hashCode() * 31 + mInstName.hashCode()) * 31;
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DPhotoSourceDialogFragment.java53 "Activity must implement " + Listener.class.getName());
/packages/apps/Contacts/tests/src/com/android/contacts/tests/
H A DContactsMatchers.java136 return name.equals(other.getName())
/packages/apps/DeskClock/src/com/android/deskclock/
H A DDeskClockBackupAgent.java61 if (destination.getName().endsWith("_preferences.xml")) {

Completed in 797 milliseconds

<<11121314151617181920>>