HomeSort by relevance Sort by last modified time
    Searched full:denied (Results 226 - 250 of 938) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/samples/ApiDemos/src/com/example/android/apis/media/projection/
MediaProjectionDemo.java 110 "User denied screen sharing permission", Toast.LENGTH_SHORT).show();
  /development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
HdrViewfinderActivity.java 303 // Provide an additional rationale to the user. This would happen if the user denied the
322 // sets the permission in a given state or the user denied the permission
346 // Permission denied.
356 // when permissions are denied. Otherwise, your app could appear unresponsive to
  /development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/contacts/
ContactsFragment.java 46 * been granted (or denied) as part of the runtime permissions model. It is not relevant for the
  /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/
AttractionListActivity.java 57 // See if user has denied permission in the past
  /external/autotest/client/common_lib/cros/fake_device_server/
commands.py 128 raise server_errors.HTTPError(401, 'Access denied.')
devices.py 176 raise server_errors.HTTPError(401, 'Access denied.')
  /external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
sigsegv.c 6 * Forces a denied system call to trigger a SIGSEGV at the instruction after
  /external/parameter-framework/asio-1.10.6/include/asio/
error.hpp 34 /// Permission denied.
  /external/tcpdump/
print-802_11.c 1139 "Reassociation denied due to inability to confirm that association "
1141 "Association denied due to reason outside the scope of the "
1150 "Association denied because AP is unable to handle additional"
    [all...]
print-vqp.c 74 { 0x03, "Access denied"},
  /frameworks/av/services/audioflinger/
ServiceUtilities.cpp 101 ALOGE("Request denied by app op OP_RECORD_AUDIO");
  /frameworks/base/core/java/android/webkit/
GeolocationPermissions.java 32 * be either allowed or denied. This class uses Strings to represent
  /frameworks/base/core/tests/coretests/res/values/
strings.xml 114 <string name="permlab_testDenied">Test Denied</string>
  /frameworks/base/libs/usb/tests/AccessoryChat/src/com/android/accessorychat/
AccessoryChat.java 73 Log.d(TAG, "permission denied for accessory " + accessory);
  /frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
OMAConstants.java 80 sErrorStrings.put(OSUError.PermissionDenied, "Permission denied");
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
SOAPBuilder.java 169 <xsd:enumeration value="Permission denied"/>
  /frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
SourceActivity.java 229 mLogger.logError("Accessory permission denied: " + accessory);
  /frameworks/native/libs/binder/
PermissionCache.cpp 106 granted?"granted":"denied", (int)ns2us(t));
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
ProfileService.java 128 Log.e(mName, "Permission denied!");
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
CameraOps2.java 154 TLog.i("Camera permission denied, not opening camera");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
sysexits.h 109 #define EX_NOPERM 77 /* permission denied */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
sysexits.h 109 #define EX_NOPERM 77 /* permission denied */
  /prebuilts/go/darwin-x86/src/runtime/
mem_linux.go 58 print("runtime: mmap: access denied\n")
os2_nacl.go 25 _EACCES = 13 /* Permission denied */
  /prebuilts/go/linux-x86/src/runtime/
mem_linux.go 58 print("runtime: mmap: access denied\n")

Completed in 1687 milliseconds

1 2 3 4 5 6 7 8 91011>>