Home
last modified time | relevance | path

Searched full:runtime (Results 1 – 25 of 64) sorted by relevance

123

/development/samples/browseable/RuntimePermissionsBasic/
D_index.jd8 …This sample shows a basic implementation for requesting permissions at runtime. Click the button t…
9 Note: The "RuntimePermissions" sample provides a more complete overview over the runtime permission…
/development/samples/browseable/RuntimePermissionsBasic/res/values/
Dbase-strings.xml24 …This sample shows a basic implementation for requesting permissions at runtime. Click the button t…
25 Note: The "RuntimePermissions" sample provides a more complete overview over the runtime permission…
Dstrings.xml4 …">This sample shows a basic implementation for requesting permissions at runtime.\nClick the butto…
/development/sdk/
Dbuild_tools_runtime.properties1 Runtime.Jvm=1.6
/development/samples/browseable/RuntimePermissions/
D_index.jd8 This sample shows runtime permissions available in Android M and above.
/development/samples/browseable/BasicSyncAdapter/
D_index.jd12 caches the data in a content provider. At runtime, the cached feed data is displayed
/development/samples/browseable/AppShortcuts/
D_index.jd11 registering both links both statically in XML, as well as dynamically at runtime.
/development/samples/browseable/RuntimePermissions/res/values/
Dbase-strings.xml24 This sample shows runtime permissions available in Android M and above.
/development/samples/browseable/BasicSyncAdapter/res/values/
Dbase-strings.xml28 caches the data in a content provider. At runtime, the cached feed data is displayed
/development/samples/browseable/RuntimePermissionsWear/Wearable/res/values/
Dstrings.xml16 <string name="app_name">Runtime Permissions</string>
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/inject/
DInjectView.java30 @Retention(RetentionPolicy.RUNTIME)
/development/samples/SimpleJNI/src/com/example/android/simplejni/
DSimpleJNI.java37 // The runtime will add "lib" on the front and ".o" on the end of
/development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/
DPermissionUtil.java23 * Utility class that wraps access to the runtime permissions API in M and provides basic helper
DRuntimePermissionsFragment.java41 This shows how new runtime-only permissions can be added, that do not apply to older in onCreateView()
DMainActivity.java43 * Launcher Activity that demonstrates the use of runtime permissions for Android M.
45 * Activity to illustrate parts of the runtime permissions API.
73 * This sample targets the M platform and must therefore request permissions at runtime. Change the
309 not relevant for the execution of the runtime permissions API. */
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeyCommandEvent.java41 java.lang.Process p = Runtime.getRuntime().exec(mCmd); in injectEvent()
DMonkeyPermissionUtil.java37 * Utility class that encapsulates runtime permission related methods for monkey
73 /** keep track of runtime permissions requested for each package targeted */
/development/samples/SampleSyncAdapter/samplesyncadapter_server/
Dapp.yaml20 runtime: python
/development/samples/devbytes/animation/SlidingFragments/src/com/example/android/slidingfragments/
DFractionalLinearLayout.java26 * this can only be determined at runtime, so we cannot specify the required
/development/testrunner/
Dadb_interface.py467 runtime_restart: stop runtime during sync and restart afterwards, useful
495 logger.Log("Restarting device runtime")
504 # start runtime and wait till boot complete flag is set
507 # press the MENU key, this will disable key guard if runtime is started
520 Resets the Android runtime (does *not* reboot the kernel).
/development/ndk/platforms/android-9/arch-x86/src/
Dcrtbegin_so.c44 * runtime objects that are linked into the final ELF
D__stack_chk_fail_local.h31 __stack_chk_fail routine is runtime part of stack protector compiler
/development/ndk/platforms/android-9/arch-arm/src/
Dcrtbegin_so.c44 * runtime objects that are linked into the final ELF
/development/ndk/platforms/android-21/arch-arm64/src/
Dcrtbegin_so.c44 * runtime objects that are linked into the final ELF
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DGLES20Activity.java27 * This sample shows how to check for OpenGL ES 2.0 support at runtime, and then

123