Searched defs:allowed (Results 1 - 9 of 9) sorted by relevance

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
H A DSettingsFacade.java72 public void setProfileContactRemoteSearch(Context context, boolean allowed, int userId) { argument
74 MANAGED_PROFILE_CONTACT_REMOTE_SEARCH, allowed ? 1 : 0, userId);
/packages/apps/SecureElement/src/com/android/se/security/gpac/
H A DNFC_AR_DO.java49 * by a rule based on an event access is NEVER/ ALWAYS allowed policy.
61 public NFC_AR_DO(boolean allowed) { argument
63 mNfcAllowed = allowed;
74 * allowed ALWAYS(01): NFC event access is allowed
101 * allowed ALWAYS(01): NFC event access is allowed
H A DAPDU_AR_DO.java43 * access can either be restricted by a general rule based on an access is NEVER/ ALWAYS allowed
44 * policy or by a specific rule based on APDU filters which defines the range of allowed APDUs more
59 public APDU_AR_DO(boolean allowed) { argument
61 mApduAllowed = allowed;
88 * <p>Value: Contains a general APDU access rule: NEVER (00): APDU access is not allowed
89 * ALWAYS(01): APDU access is allowed or contains a specific APDU access rule based on one or
93 * the header of allowed APDUs) 4 bytes APDU mask (bit set defines the bits which shall be
116 // Access to the SE shall not be allowed when the interpretation error occurs.
153 * <p>Value: Contains a general APDU access rule: NEVER (00): APDU access is not allowed
154 * ALWAYS(01): APDU access is allowed o
[all...]
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothPermissionRequest.java287 private void sendReplyIntentToReceiver(final boolean allowed) { argument
295 allowed ? BluetoothDevice.CONNECTION_ACCESS_YES
H A DBluetoothPermissionActivity.java219 private void sendReplyIntentToReceiver(final boolean allowed, final boolean always) { argument
229 allowed ? BluetoothDevice.CONNECTION_ACCESS_YES
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientService.java201 Log.w(TAG, "HeadsetClient call not allowed for non-active user");
304 public void setAudioRouteAllowed(BluetoothDevice device, boolean allowed) { argument
476 Log.w(TAG, "Connection not allowed: <" + device.getAddress() + "> is PRIORITY_OFF");
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetService.java416 Log.w(TAG, "Headset call not allowed for non-active user");
557 public void setAudioRouteAllowed(boolean allowed) { argument
562 service.setAudioRouteAllowed(allowed);
959 public void setAudioRouteAllowed(boolean allowed) { argument
961 Log.i(TAG, "setAudioRouteAllowed: allowed=" + allowed + ", " + Utils.getUidPidString());
962 mAudioRouteAllowed = allowed;
963 mNativeInterface.setScoAllowed(allowed);
1725 * @return true if SCO is allowed to be connected
1738 Log.w(TAG, "isScoAcceptable: rejected SCO since audio route is not allowed");
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoPage.java834 // No bars if it's not allowed.
1175 public void onActionBarAllowed(boolean allowed) { argument
1176 mActionBarAllowed = allowed;
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoView.java125 public void onActionBarAllowed(boolean allowed); argument

Completed in 235 milliseconds