Lines Matching defs:name

482     /** Return the name of this application's package. */
485 /** @hide Return the name of the base context this context is derived from. */
488 /** @hide Return the package name that should be used for app ops calls from
491 * case this will be the name of the primary package in that process (so that app
492 * ops uid verification will work with the name). */
524 * Return the full path to the shared prefs file for the given prefs group name.
529 public abstract File getSharedPrefsFile(String name);
532 * Retrieve and hold the contents of the preferences file 'name', returning
535 * to any callers for the same name, meaning they will see each other's
538 * @param name Desired preferences file. If a preferences file by this name
557 public abstract SharedPreferences getSharedPreferences(String name,
564 * @param name The name of the file to open; can not contain path
574 public abstract FileInputStream openFileInput(String name)
584 * @param name The name of the file to open; can not contain path
602 public abstract FileOutputStream openFileOutput(String name, int mode)
609 * @param name The name of the file to delete; can not contain path
620 public abstract boolean deleteFile(String name);
626 * @param name The name of the file for which you would like to get
635 public abstract File getFileStreamPath(String name);
695 * package name of the calling application. To access paths belonging
807 * package name of the calling application. To access paths belonging
919 * package name of the calling application. To access paths belonging
1026 * @param name Name of the directory to retrieve. This is a directory
1037 public abstract File getDir(String name, int mode);
1043 * @param name The name (unique in the application package) of the database.
1051 * @return The contents of a newly created database with the given name.
1060 public abstract SQLiteDatabase openOrCreateDatabase(String name,
1070 * @param name The name (unique in the application package) of the database.
1079 * @return The contents of a newly created database with the given name.
1088 public abstract SQLiteDatabase openOrCreateDatabase(String name,
1096 * @param name The name (unique in the application package) of the
1103 public abstract boolean deleteDatabase(String name);
1109 * @param name The name of the database for which you would like to get
1116 public abstract File getDatabasePath(String name);
1901 * should contain either contain the complete class name of a specific service
1902 * implementation to start or a specific package name to target. If the
1931 * fully explicit (supplying a component name) or specify a specific package
1932 * name it is targetted to. Additional values
1964 * fully explicit (supplying a component name) or specify a specific package
1965 * name it is targetted to.
2011 * specify either an explicit component name, or a logical
2151 * Return the handle to a system-level service by name. The class of the
2152 * returned object varies by the requested name. Currently available names
2211 * @param name The name of the desired service.
2213 * @return The service or null if the name does not exist.
2262 public abstract Object getSystemService(@ServiceName @NonNull String name);
2650 * Official published name of the (internal) voice interaction manager service.
2922 * @param permission The name of the permission being checked.
2953 * @param permission The name of the permission being checked.
2972 * @param permission The name of the permission being checked.
2989 * @param permission The name of the permission being checked.
3013 * @param permission The name of the permission being checked.
3029 * @param permission The name of the permission being checked.
3334 * Return a new Context object for the given application name. This
3342 * application with the given package name.
3356 * the given package name.