Searched refs:permissions (Results 1 - 25 of 279) sorted by relevance

1234567891011>>

/frameworks/support/v17/leanback/api23/android/support/v17/leanback/app/
H A DPermissionHelper23.java11 * or implied. See the License for the specific language governing permissions and limitations under
18 public static void requestPermissions(android.app.Fragment fragment, String[] permissions, argument
20 fragment.requestPermissions(permissions, requestCode);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DPermissionHelper.java11 * or implied. See the License for the specific language governing permissions and limitations under
23 public static void requestPermissions(android.app.Fragment fragment, String[] permissions, argument
26 PermissionHelper23.requestPermissions(fragment, permissions, requestCode);
31 String[] permissions, int requestCode) {
32 fragment.requestPermissions(permissions, requestCode);
30 requestPermissions(android.support.v4.app.Fragment fragment, String[] permissions, int requestCode) argument
/frameworks/support/v13/api23/android/support/v13/app/
H A DFragmentCompat23.java13 * See the License for the specific language governing permissions and
22 public static void requestPermissions(Fragment fragment, String[] permissions, argument
24 fragment.requestPermissions(permissions, requestCode);
/frameworks/base/data/etc/
H A DAndroid.mk13 # See the License for the specific language governing permissions and
26 # This will install the file in /system/etc/permissions
28 LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/permissions
41 # This will install the file in /system/etc/permissions
43 #LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/permissions
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattDescriptor.java13 * See the License for the specific language governing permissions and
125 * @param permissions Permissions for this descriptor
127 public BluetoothGattDescriptor(UUID uuid, int permissions) { argument
128 initDescriptor(null, uuid, 0, permissions);
137 * @param permissions Permissions for this descriptor
140 int instance, int permissions) {
141 initDescriptor(characteristic, uuid, instance, permissions);
147 public BluetoothGattDescriptor(UUID uuid, int instance, int permissions) { argument
148 initDescriptor(null, uuid, instance, permissions);
152 int instance, int permissions) {
139 BluetoothGattDescriptor(BluetoothGattCharacteristic characteristic, UUID uuid, int instance, int permissions) argument
151 initDescriptor(BluetoothGattCharacteristic characteristic, UUID uuid, int instance, int permissions) argument
[all...]
H A DBluetoothGattCharacteristic.java13 * See the License for the specific language governing permissions and
191 * Characteristic permissions.
232 * @param permissions Permissions for this characteristic
234 public BluetoothGattCharacteristic(UUID uuid, int properties, int permissions) { argument
235 initCharacteristic(null, uuid, 0, properties, permissions);
244 int properties, int permissions) {
245 initCharacteristic(service, uuid, instanceId, properties, permissions);
253 int properties, int permissions) {
254 initCharacteristic(null, uuid, instanceId, properties, permissions);
259 int properties, int permissions) {
242 BluetoothGattCharacteristic(BluetoothGattService service, UUID uuid, int instanceId, int properties, int permissions) argument
252 BluetoothGattCharacteristic(UUID uuid, int instanceId, int properties, int permissions) argument
257 initCharacteristic(BluetoothGattService service, UUID uuid, int instanceId, int properties, int permissions) argument
[all...]
/frameworks/support/v4/api23/android/support/v4/app/
H A DActivityCompat23.java13 * See the License for the specific language governing permissions and
26 public static void requestPermissions(Activity activity, String[] permissions, argument
32 activity.requestPermissions(permissions, requestCode);
/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentCompat.java13 * See the License for the specific language governing permissions and
38 void requestPermissions(Fragment fragment, String[] permissions, int requestCode); argument
47 public void requestPermissions(final Fragment fragment, final String[] permissions, argument
53 final int[] grantResults = new int[permissions.length];
60 final int permissionCount = permissions.length;
63 permissions[i], packageName);
70 requestCode, permissions, grantResults);
95 public void requestPermissions(Fragment fragment, String[] permissions, int requestCode) { argument
96 FragmentCompat23.requestPermissions(fragment, permissions, requestCode);
133 * Callback for the result from requesting permissions
146 onRequestPermissionsResult(int requestCode, @NonNull String[] permissions, @NonNull int[] grantResults) argument
217 requestPermissions(@onNull Fragment fragment, @NonNull String[] permissions, int requestCode) argument
[all...]
/frameworks/base/core/java/android/permissionpresenterservice/
H A DRuntimePermissionPresenterService.java13 * See the License for the specific language governing permissions and
38 * This service presents information regarding runtime permissions that is
39 * used for presenting them in the UI. Runtime permissions are presented as
41 * permissions.
69 * Gets the runtime permissions for an app.
76 * Gets the apps that use runtime permissions.
119 List<RuntimePermissionPresentationInfo> permissions =
121 if (permissions != null && !permissions.isEmpty()) {
124 permissions);
[all...]
/frameworks/base/location/lib/
H A DAndroid.mk13 # See the License for the specific language governing permissions and
40 # This will install the file in /system/etc/permissions
42 LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/permissions
/frameworks/base/media/lib/remotedisplay/
H A DAndroid.mk13 # See the License for the specific language governing permissions and
40 # This will install the file in /system/etc/permissions
42 LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/permissions
/frameworks/base/media/lib/signer/
H A DAndroid.mk13 # See the License for the specific language governing permissions and
40 # This will install the file in /system/etc/permissions
42 LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/permissions
/frameworks/base/media/lib/tvremote/
H A DAndroid.mk13 # See the License for the specific language governing permissions and
42 # This will install the file in /system/etc/permissions
44 LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/permissions
/frameworks/support/v4/java/android/support/v4/app/
H A DActivityCompat.java13 * See the License for the specific language governing permissions and
53 * Callback for the result from requesting permissions. This method
57 * <strong>Note:</strong> It is possible that the permissions request interaction
58 * with the user is interrupted. In this case you will receive empty permissions
64 * @param permissions The requested permissions. Never null.
65 * @param grantResults The grant results for the corresponding permissions
71 public void onRequestPermissionsResult(int requestCode, @NonNull String[] permissions, argument
304 * Requests permissions to be granted to this application. These permissions
358 requestPermissions(final @NonNull Activity activity, final @NonNull String[] permissions, final int requestCode) argument
[all...]
/frameworks/opt/chips/sample/src/com/android/ex/chips/sample/
H A DMainActivity.java13 * See the License for the specific language governing permissions and
64 RecipientEditTextView view, String[] permissions) {
65 requestPermissions(permissions, 0 /* requestCode */);
63 onPermissionsRequestItemClicked( RecipientEditTextView view, String[] permissions) argument
/frameworks/rs/cpu_ref/
H A DrsCpuBLAS.inc13 * See the License for the specific language governing permissions and
/frameworks/base/core/java/android/content/pm/permission/
H A DRuntimePermissionPresenter.java13 * See the License for the specific language governing permissions and
42 * This class provides information about runtime permissions for a specific
44 * and does not necessarily reflect the individual permissions requested/
45 * granted to an app as the platform may be grouping permissions to improve
47 * runtime permissions in the same permission group may be presented as a
69 * @param permissions The permissions list.
72 List<RuntimePermissionPresentationInfo> permissions) {
79 * @param apps The apps using runtime permissions.
113 * Gets the runtime permissions fo
71 onGetAppPermissions(@onNull List<RuntimePermissionPresentationInfo> permissions) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dasm_common.S13 @ See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/AutoLocTestApp/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/AutoLocVersionedTestApp_v1/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/AutoLocVersionedTestApp_v2/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocAllPermsTestApp/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocPermsFLTestApp/
H A DAndroid.mk12 # See the License for the specific language governing permissions and

Completed in 875 milliseconds

1234567891011>>