HomeSort by relevance Sort by last modified time
    Searched full:requesting (Results 151 - 175 of 1137) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/support/v4/java/android/support/v4/app/
ActivityCompat.java 53 * Callback for the result from requesting permissions. This method
327 * Note that requesting a permission does not guarantee it will be granted and
386 * Gets whether you should show UI with rationale for requesting a permission.
391 * For example, if you write a camera app, requesting the camera permission
395 * you may choose to show UI with rationale of requesting this permission.
  /developers/build/prebuilts/gradle/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/
MainActivity.java 63 * Before requesting permissions, {@link ActivityCompat#shouldShowRequestPermissionRationale(Activity,
143 Log.i(TAG, "CAMERA permission has NOT been granted. Requesting permission.");
186 Log.i(TAG, "Contact permissions has NOT been granted. Requesting permissions.");
  /developers/samples/android/system/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/
MainActivity.java 63 * Before requesting permissions, {@link ActivityCompat#shouldShowRequestPermissionRationale(Activity,
143 Log.i(TAG, "CAMERA permission has NOT been granted. Requesting permission.");
186 Log.i(TAG, "Contact permissions has NOT been granted. Requesting permissions.");
  /development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/
MainActivity.java 63 * Before requesting permissions, {@link ActivityCompat#shouldShowRequestPermissionRationale(Activity,
143 Log.i(TAG, "CAMERA permission has NOT been granted. Requesting permission.");
186 Log.i(TAG, "Contact permissions has NOT been granted. Requesting permissions.");
  /external/webrtc/webrtc/common_audio/resampler/
sinc_resampler_unittest.cc 53 // Test requesting multiples of ChunkSize() frames results in the proper number
67 // Verify requesting ChunkSize() frames causes a single callback.
72 // Verify requesting kChunks * ChunkSize() frames causes kChunks callbacks.
  /frameworks/support/v7/preference/src/android/support/v7/preference/
PreferenceManager.java 494 * @param preference The preference requesting the dialog.
558 * @param preference The Preference object requesting the dialog.
572 * @param preferenceScreen The PreferenceScreen requesting navigation.
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_color_manager.cpp 186 // Query HWCColorManager if QDCM tool requesting SOLID_FILL mode.
214 // Query HWCColorManager if QDCM tool requesting SOLID_FILL mode.
436 if (!enable) { // if client requesting to disable it.
  /external/google-breakpad/src/processor/
minidump_processor.cc 149 (has_requesting_thread ? "" : "no ") << "requesting thread, and " <<
194 // There can't be more than one requesting thread.
195 BPLOG(ERROR) << "Duplicate requesting thread: " << thread_string;
276 // If a requesting thread was indicated, it must be present.
278 // Don't mark as an error, but invalidate the requesting thread
279 BPLOG(ERROR) << "Minidump indicated requesting thread " <<
    [all...]
  /art/runtime/
thread_list.cc 562 VLOG(threads) << "requesting thread suspend: " << *thread;
743 // is requesting another suspend, to avoid deadlock, by requiring this function be called
745 // than request thread suspension, to avoid potential cycles in threads requesting each other
782 // If the caller isn't requesting suspension, a suspension should have already occurred.
848 // is requesting another suspend, to avoid deadlock, by requiring this function be called
850 // than request thread suspension, to avoid potential cycles in threads requesting each other
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
TestSensorEnvironment.java 188 * requesting different sampling periods)
299 * Returns {@code true} if there might be other listeners of {@link #getSensor()} requesting
  /external/chromium-trace/catapult/dashboard/dashboard/
debug_alert.py 311 """Constructs an URL for requesting data from /graph_csv for |rows|."""
323 """Constructs an URL for requesting data from /graph_csv for |rows|."""
  /external/chromium-trace/catapult/third_party/Paste/paste/auth/
digest.py 12 takes care of requesting and handling authentication requests. This
199 This is a identifier for the authority that is requesting
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DependencyRequest.java 113 * Returns the possibly resolved type that contained the requesting element. For members injection
332 * Extracts the correct requesting type & kind out a request type. For example, if a user
  /external/google-breakpad/src/client/windows/crash_generation/
crash_generation_client.cc 152 // * Message tag indicating the client is requesting registration.
170 // * Handle to an object that client can wait on after requesting
  /external/llvm/docs/
Phabricator.rst 31 Requesting a review via the command line
41 Requesting a review via the web interface
  /external/opencv3/3rdparty/zlib/
zconf.h.cmakein 440 * "#define _LARGEFILE64_SOURCE 1" as requesting 64-bit operations, (even
443 * equivalently requesting no 64-bit operations
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
LocationManagerTest.java 255 Assert.fail("When requesting location updates the intent must not be null!");
270 Assert.fail("When requesting location updates the intent must not be null!");
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc     [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_tls.c 55 wpa_printf(MSG_DEBUG, "EAP-TLS: Requesting Smartcard "
61 wpa_printf(MSG_DEBUG, "EAP-TLS: Requesting private "
  /external/zlib/src/
zconf.h 438 * "#define _LARGEFILE64_SOURCE 1" as requesting 64-bit operations, (even
441 * equivalently requesting no 64-bit operations
zconf.h.cmakein 440 * "#define _LARGEFILE64_SOURCE 1" as requesting 64-bit operations, (even
443 * equivalently requesting no 64-bit operations
zconf.h.in 438 * "#define _LARGEFILE64_SOURCE 1" as requesting 64-bit operations, (even
441 * equivalently requesting no 64-bit operations
  /frameworks/base/core/java/android/view/inputmethod/
InputMethod.java 199 * @param resultReceiver The client requesting the show may wish to
213 * @param resultReceiver The client requesting the show may wish to
  /frameworks/base/docs/html/preview/features/
direct-boot.jd 12 <li><a href="#run">Requesting Access to Run During Direct Boot</a></li>
56 <h2 id="run">Requesting Access to Run During Direct Boot</h2>
  /frameworks/base/docs/html/work/
device-management-policy.jd 119 to users why the application is requesting to be a device administrator, by specifying the
139 // explain to user why the application is requesting to be a device

Completed in 882 milliseconds

1 2 3 4 5 67 8 91011>>