Home
last modified time | relevance | path

Searched refs:app_name (Results 1 – 8 of 8) sorted by relevance

/development/vndk/tools/sourcedr/files/
Dlist_app_shared_uid.py56 def find_file(product_out, app_name): argument
68 if name == app_name and ext in {'.apk', '.jar'}:
82 app_name = re.sub('_intermediates$', '', app_dir_name)
107 app_name, shared_uid, find_file(product_out, app_name),
108 module_paths.get(app_name, '')))
/development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
DStorageProviderFragment.java88 getActivity().getSharedPreferences(getString(R.string.app_name), in writeLoginValue()
98 getActivity().getSharedPreferences(getString(R.string.app_name), in readLoginValue()
DMyCloudProvider.java136 row.add(Root.COLUMN_TITLE, getContext().getString(R.string.app_name)); in queryRoots()
615 getContext().getSharedPreferences(getContext().getString(R.string.app_name),
/development/samples/MultiDisplay/src/com/example/android/multidisplay/launcher/
DAppListAdapter.java59 ((TextView)view.findViewById(R.id.app_name)).setText(item.getLabel()); in getView()
/development/samples/browseable/FindMyPhone/Wearable/src/com.example.android.wearable.findphone/
DFindPhoneActivity.java52 SpannableString title = new SpannableString(getString(R.string.app_name)); in onCreate()
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DMainActivity.java273 layout.setTextViewText(R.id.notification_title, getString(R.string.app_name)); in showNotification()
295 .setContentTitle(getString(R.string.app_name)) in showNotification()
/development/samples/browseable/ActiveNotifications/src/com.example.android.activenotifications/
DActiveNotificationsFragment.java113 .setContentTitle(getString(R.string.app_name)) in addNotificationAndUpdateSummaries()
/development/samples/Wiktionary/src/com/example/android/wiktionary/
DLookupActivity.java207 builder.setTitle(R.string.app_name); in showAbout()