Searched refs:M (Results 1 – 11 of 11) sorted by relevance
8 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 shown11 that is declared with optional, M and above only permissions.
8 Notifications can now be grouped in Android N. Since Android M, the
8 This sample demonstrates how to selectively disable Automatic Backups in Android M, either by
509 final int M = signature.length; in matchesJavaStack() local511 while (i<N && j<M) { in matchesJavaStack()532 if (j != M) { in matchesJavaStack()
276 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) { in speakerIsSupported()
151 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) { in validatePackageName()
100 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M in onCreate()
179 if (Build.VERSION.SDK_INT < Build.VERSION_CODES.M) { in createKeys()
125 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M in onCreate()
49 ".*^\s*compressed size:\s+(\d+)", re.M | re.S)
270 int N, M; in makeThreadSnapshotHdf() local