Searched defs:EXTRA_PACKAGE_NAME (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/net/
H A DNetworkScoreManager.java63 * specified in {@link #EXTRA_PACKAGE_NAME}. The activity will finish with RESULT_OK if the
73 public static final String EXTRA_PACKAGE_NAME = "packageName"; field in class:NetworkScoreManager
/frameworks/base/core/java/android/content/
H A DRestrictionsManager.java144 * an app. It will have the following extras: {@link #EXTRA_PACKAGE_NAME},
176 public static final String EXTRA_PACKAGE_NAME = "android.content.extra.PACKAGE_NAME"; field in class:RestrictionsManager
H A DIntent.java1539 * Input: {@link #EXTRA_PACKAGE_NAME} specifies the package whose permissions
1546 * @see #EXTRA_PACKAGE_NAME
1578 public static final String EXTRA_PACKAGE_NAME = "android.intent.extra.PACKAGE_NAME"; field in class:Intent
1588 * <p>If {@link #EXTRA_PACKAGE_NAME} is included then the number of permissions granted, the
1596 * <p>If {@link #EXTRA_PACKAGE_NAME} is not included then the number of apps granted any runtime
/frameworks/base/core/java/android/provider/
H A DDocumentsContract.java90 public static final String EXTRA_PACKAGE_NAME = "android.content.extra.PACKAGE_NAME"; field in class:DocumentsContract
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java396 public static final String EXTRA_PACKAGE_NAME = "android.bluetooth.device.extra.PACKAGE_NAME"; field in class:BluetoothDevice
/frameworks/base/core/java/android/content/pm/
H A DPackageInstaller.java114 public static final String EXTRA_PACKAGE_NAME = "android.content.pm.extra.PACKAGE_NAME"; field in class:PackageInstaller
/frameworks/base/media/java/android/media/audiofx/
H A DAudioEffect.java1047 * <p>The calling package name is indicated by the {@link #EXTRA_PACKAGE_NAME} extra and the
1062 * <p>The calling package name is indicated by the {@link #EXTRA_PACKAGE_NAME} extra and the
1087 public static final String EXTRA_PACKAGE_NAME = "android.media.extra.PACKAGE_NAME"; field in class:AudioEffect
/frameworks/opt/telephony/src/java/android/provider/
H A DTelephony.java803 * {@link #EXTRA_PACKAGE_NAME}.
815 public static final String EXTRA_PACKAGE_NAME = "package"; field in class:Telephony.Sms.Intents

Completed in 205 milliseconds