Home
last modified time | relevance | path

Searched refs:M (Results 1 – 11 of 11) sorted by relevance

/development/samples/browseable/RuntimePermissions/
D_index.jd8 This sample shows runtime permissions available in Android M and above.
10 If executed on an Android M device, an additional option to access contacts is shown
11 that is declared with optional, M and above only permissions.
/development/samples/browseable/ActiveNotifications/
D_index.jd8 Notifications can now be grouped in Android N. Since Android M, the
/development/samples/browseable/AutoBackupForApps/
D_index.jd8 This sample demonstrates how to selectively disable Automatic Backups in Android M, either by
/development/tools/bugreport/src/com/android/bugreport/inspector/
DInspector.java509 final int M = signature.length; in matchesJavaStack() local
511 while (i<N && j<M) { in matchesJavaStack()
532 if (j != M) { in matchesJavaStack()
/development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
DMainActivity.java276 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) { in speakerIsSupported()
/development/samples/browseable/CommitContentSampleIME/src/com.example.android.commitcontent.ime/
DImageKeyboard.java151 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) { in validatePackageName()
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DWiFiDirectActivity.java100 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M in onCreate()
/development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/
DBasicAndroidKeyStoreFragment.java179 if (Build.VERSION.SDK_INT < Build.VERSION_CODES.M) { in createKeys()
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
DWiFiServiceDiscoveryActivity.java125 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M in onCreate()
/development/scripts/
Dstack_core.py49 ".*^\s*compressed size:\s+(\d+)", re.M | re.S)
/development/tools/bugreport/src/com/android/bugreport/html/
DRenderer.java270 int N, M; in makeThreadSnapshotHdf() local