Searched full:android (Results 1 – 25 of 9888) sorted by relevance
12345678910>>...396
4 ** Copyright 2016, The Android Open Source Project20 <manifest xmlns:android="http://schemas.android.com/apk/res/android"22 android:sharedUserId="android.uid.system">23 <uses-permission android:name="android.permission.ACCESS_BLUETOOTH_SHARE" />24 <uses-permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES" />25 <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />26 <uses-permission android:name="android.permission.ACCESS_DOWNLOAD_MANAGER" />27 <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />28 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />29 <uses-permission android:name="android.permission.ACCESS_NOTIFICATIONS" />[all …]
2 <!-- Copyright (C) 2015 The Android Open Source Project18 xmlns:android="http://schemas.android.com/apk/res/android"19 xmlns:tools="http://schemas.android.com/tools"20 android:id="@+id/settingsMainLayout"21 android:layout_width="match_parent"22 android:layout_height="match_parent"23 android:orientation="vertical"24 android:background="#FFFFFF">27 android:layout_width="fill_parent"28 android:layout_height="wrap_content">[all …]
2 <!-- Copyright (C) 2014 The Android Open Source Project18 xmlns:android="http://schemas.android.com/apk/res/android"19 xmlns:tools="http://schemas.android.com/tools"20 android:id="@+id/linearLayoutMain"21 android:layout_width="match_parent"22 android:layout_height="match_parent"23 android:orientation="vertical"24 android:background="#FFFFFF">26 android:id="@+id/ScrollView1"27 android:layout_width="wrap_content"[all …]
2 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"3 android:layout_width="fill_parent"4 android:layout_height="fill_parent">6 android:layout_width="fill_parent"7 android:layout_height="fill_parent">9 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"10 android:orientation="horizontal"11 …android:layout_height="fill_parent" android:layout_width="wrap_content" android:layout_gravity="ce…13 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"14 android:orientation="vertical"[all …]
3 android:layout_width="fill_parent"4 android:layout_height="fill_parent" 5 xmlns:android="http://schemas.android.com/apk/res/android" android:background="#FFFFFF">7 android:id="@+id/mainMenuBackground"8 android:src="@drawable/title_background"9 android:adjustViewBounds="true"10 android:scaleType="fitXY"11 android:layout_width="fill_parent"12 android:layout_height="fill_parent" android:gravity="right" android:tint="#88FFFFFF"/> 13 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"[all …]
2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"3 android:layout_width="fill_parent"4 android:layout_height="wrap_content">6 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"7 android:layout_width="wrap_content"8 android:layout_height="wrap_content"9 android:layout_centerHorizontal="true"11 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"12 android:layout_width="wrap_content"13 android:layout_height="wrap_content"[all …]
3 android:layout_width="fill_parent"4 android:layout_height="fill_parent" 5 xmlns:android="http://schemas.android.com/apk/res/android">7 android:id="@+id/mainMenuBackground"8 android:src="@drawable/title_background"9 android:adjustViewBounds="true"10 android:gravity="center_vertical"11 android:scaleType="fitXY"12 android:layout_width="fill_parent"13 android:layout_height="fill_parent"/>[all …]
2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"3 package="org.robolectric" android:sharedUserId="sharedUserId.robolectric"4 android:versionCode="123"5 android:versionName="aVersionName">6 <uses-sdk android:targetSdkVersion="23"/>8 <permission android:name="some_permission"9 android:description="@string/test_permission_description"10 android:icon="@drawable/an_image"11 android:label="@string/test_permission_label"12 android:permissionGroup="my_permission_group"[all …]
2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"4 android:versionCode="1"5 android:versionName="1.0">7 <application android:label="Khronos OpenGL Conformance Tests">9 <activity android:name="android.app.NativeActivity"10 android:theme="@android:style/Theme.NoTitleBar.Fullscreen"11 android:label="OpenGL CTS"12 android:configChanges="orientation|keyboardHidden|screenLayout"13 android:exported="true"14 android:process=":testercore">[all …]
3 Copyright (C) 2017 The Android Open Source Project20 <animated-vector xmlns:aapt="http://schemas.android.com/aapt"21 xmlns:android="http://schemas.android.com/apk/res/android"22 xmlns:tools="http://schemas.android.com/tools"24 <!-- Ignore MissingPrefix: aapt:attr tags take the name attribute without "android:" prefix -->26 <aapt:attr name="android:drawable">27 <vector android:width="823dp" android:height="823dp" android:viewportHeight="823"28 android:viewportWidth="823">29 <group android:name="blue1" android:translateX="411.5" android:translateY="411.5">30 <path android:name="blue1_path"[all …]
2 * Copyright (C) 2015 The Android Open Source Project16 package com.android.icu4j.srcgen;53 * Applies Android's ICU4J source code transformation rules. If you make any changes to this class58 // The list of public ICU API classes exposed on Android. If you change this, you should change62 "android.icu.lang.UCharacter",63 "android.icu.lang.UCharacter$BidiPairedBracketType",64 "android.icu.lang.UCharacter$DecompositionType",65 "android.icu.lang.UCharacter$EastAsianWidth",66 "android.icu.lang.UCharacter$GraphemeClusterBreak",67 "android.icu.lang.UCharacter$HangulSyllableType",[all …]
4 ** Copyright 2016, The Android Open Source Project21 xmlns:android="http://schemas.android.com/apk/res/android">23 android:title="General">24 …android:summary="Port to use for running server. Leave at 0 for random selection." android:key="us…27 android:title="Script Manager">29 android:key="show_all_files"30 android:title="Show all files"31 android:defaultValue="false" />34 android:title="Script Editor">36 android:key="editor_fontsize"[all …]
2 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">4 android:key="@string/pref_videosettings_key"5 android:title="@string/pref_videosettings_title">8 android:key="@string/pref_videocall_key"9 android:title="@string/pref_videocall_title"10 android:dialogTitle="@string/pref_videocall_dlg"11 android:defaultValue="@string/pref_videocall_default" />14 android:key="@string/pref_resolution_key"15 android:title="@string/pref_resolution_title"16 android:defaultValue="@string/pref_resolution_default"[all …]
2 Copyright 2014 The Android Open Source Project16 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"17 xmlns:app="http://schemas.android.com/apk/res-auto"18 android:layout_width="match_parent"19 android:layout_height="match_parent"20 android:background="#bb7700">22 <com.example.android.tflitecamerademo.AutoFitTextureView23 android:id="@+id/texture"24 android:layout_width="match_parent"25 android:layout_height="match_parent"[all …]
1 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"2 xmlns:tools="http://schemas.android.com/tools"3 android:layout_width="match_parent"4 android:layout_height="match_parent"8 android:layout_width="match_parent"9 android:layout_height="match_parent"10 android:orientation="vertical">13 android:layout_width="match_parent"14 android:layout_height="wrap_content"15 android:orientation="horizontal">[all …]
1 method:com.android.org.conscrypt.DESEDESecretKeyFactory#DESEDESecretKeyFactory()2 method:com.android.org.conscrypt.DefaultSSLContextImpl#DefaultSSLContextImpl()3 method:com.android.org.conscrypt.ECParameters#ECParameters()4 method:com.android.org.conscrypt.GCMParameters#GCMParameters()5 method:com.android.org.conscrypt.IvParameters$AES#AES()6 method:com.android.org.conscrypt.IvParameters$ChaCha20#ChaCha20()7 method:com.android.org.conscrypt.IvParameters$DESEDE#DESEDE()8 method:com.android.org.conscrypt.IvParameters#IvParameters()9 method:com.android.org.conscrypt.KeyGeneratorImpl$AES#AES()10 method:com.android.org.conscrypt.KeyGeneratorImpl$ARC4#ARC4()[all …]
2 <!-- Copyright (C) 2008 The Android Open Source Project18 xmlns:android="http://schemas.android.com/apk/res/android">21 android:title="@string/preference_game_settings">24 android:key="enableSound"25 android:title="@string/preference_enable_sound"26 android:summaryOn="@string/preference_enable_sound_summary"27 android:summaryOff="@string/preference_enable_sound_summary"28 android:defaultValue="true"29 android:persistent="true"33 android:key="controlConfigScreen"[all …]
1 <manifest xmlns:android="http://schemas.android.com/apk/res/android"2 package="com.android.settings.sip">3 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />4 <uses-permission android:name="android.permission.INTERNET"></uses-permission>5 <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"></uses-permission>6 <uses-permission android:name="android.permission.RECORD_AUDIO"></uses-permission>7 <uses-permission android:name="android.permission.PROCESS_OUTGOING_CALLS"></uses-permission>8 <uses-permission android:name="android.permission.WRITE_SETTINGS"></uses-permission>9 <uses-permission android:name="android.permission.READ_PHONE_STATE"></uses-permission>10 <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"></uses-permission>[all …]
1 <android.support.v7.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/a…2 xmlns:walt="http://schemas.android.com/apk/res/org.chromium.latency.walt">4 <android.support.v7.preference.PreferenceScreen5 android:key="pref_general_screen"6 android:persistent="false"7 android:title="General">10 android:key="@string/preference_systrace"11 android:title="Enable systrace logging"12 android:defaultValue="true" />14 <PreferenceCategory android:title="Log Uploading">[all …]
1 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"2 xmlns:tools="http://schemas.android.com/tools"3 android:layout_width="match_parent"4 android:layout_height="match_parent"6 android:orientation="vertical"10 android:layout_width="match_parent"11 android:layout_height="wrap_content"12 android:orientation="horizontal"15 android:id="@+id/host_edit_text"16 android:layout_weight="2"[all …]
2 Copyright 2014 The Android Open Source Project18 xmlns:android="http://schemas.android.com/apk/res/android"19 xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"20 android:layout_height="match_parent"21 android:background="#bb7700"22 android:orientation="horizontal">24 <com.example.android.tflitecamerademo.AutoFitTextureView25 android:id="@+id/texture"26 android:layout_width="0dp"27 android:layout_height="match_parent"[all …]
1 field:com.android.org.bouncycastle.asn1.DERNull#INSTANCE2 field:com.android.org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers#sha256WithRSAEncryption3 field:com.android.org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers#sha512WithRSAEncryption4 field:com.android.org.bouncycastle.asn1.x500.style.BCStyle#C5 field:com.android.org.bouncycastle.asn1.x500.style.BCStyle#CN6 field:com.android.org.bouncycastle.asn1.x500.style.BCStyle#E7 field:com.android.org.bouncycastle.asn1.x500.style.BCStyle#L8 field:com.android.org.bouncycastle.asn1.x500.style.BCStyle#O9 field:com.android.org.bouncycastle.asn1.x500.style.BCStyle#OU10 field:com.android.org.bouncycastle.asn1.x500.style.BCStyle#ST[all …]
1 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"2 xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"3 android:layout_height="match_parent"5 android:orientation="vertical" >8 android:layout_width="match_parent"9 android:layout_height="wrap_content"10 android:orientation="horizontal">12 android:id="@+id/host_edit_text"13 android:layout_weight="2"14 android:layout_width="0dp"[all …]
3 xmlns:android="http://schemas.android.com/apk/res/android"4 android:layout_width="match_parent"5 android:layout_height="match_parent"6 android:orientation="vertical"7 android:weightSum="1"8 android:layout_margin="8dp"9 android:layout_centerHorizontal="true">12 android:layout_width="match_parent"13 android:layout_height="wrap_content"14 android:orientation="horizontal" >[all …]