/packages/apps/TV/src/com/android/tv/ui/sidepanel/ |
ChannelCheckItem.java | 65 protected Channel getChannel() { 70 protected int getResourceId() { 75 protected int getCompoundButtonId() { 80 protected int getTitleViewId() { 85 protected int getDescriptionViewId() { 90 protected void onBind(View view) { 100 protected void onUpdate() { 107 protected void onUnbind() { 117 protected void onSelected() {
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
FolderSelectionDialog.java | 39 protected static final String LOG_TAG = LogTag.getLogTag(); 46 protected SeparatedFolderListAdapter mAdapter; 47 protected Collection<Conversation> mTarget; 49 protected boolean mBatch; 50 protected Account mAccount; 51 protected Folder mCurrentFolder; 52 protected int mTitleId; 77 protected abstract void onListItemClick(int position); 109 protected ConversationUpdater getConversationUpdater() {
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ProfileProvider.java | 52 protected ProfileDatabaseHelper newDatabaseHelper(Context context) { 61 protected ThreadLocal<ContactsTransaction> getTransactionHolder() { 85 protected Uri insertInTransaction(Uri uri, ContentValues values) { 91 protected int updateInTransaction(Uri uri, ContentValues values, String selection, 98 protected int deleteInTransaction(Uri uri, String selection, String[] selectionArgs) { 115 protected void notifyChange() { 119 protected void notifyChange(boolean syncToNetwork, boolean syncToMetadataNetWork) { 123 protected Locale getLocale() { 144 protected boolean yield(ContactsTransaction transaction) {
|
/developers/build/prebuilts/gradle/DirectBoot/ |
README.md | 5 Sample demonstrating how to store data in a device protected storage which 12 This sample demonstrates how to store and access data in a device protected 16 - Credential protected: 19 - Device protected: 23 Credential protected storage is unavailable (an direct boot aware component primarily relies on data stored in the new Device protected storage area, 24 but they may access Credential protected data when unlocked) by adding `directBootAware="true"` in the manifest. 31 Credential protected storage becomes available. The storage APIs on the Context supplied to these components will always point to Credential protected storage by default. 32 To access Device protected storage, you can create a secondary Context using this AP [all...] |
/developers/build/prebuilts/gradle/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/ |
MockDatabase.java | 37 protected String mContentTitle; 38 protected String mContentText; 39 protected int mPriority; 42 protected ArrayList<MessagingStyle.Message> mMessages; 44 protected String mFullConversation; 46 protected String mReplayName; 47 protected int mNumberOfNewMessages; 48 protected ArrayList<String> mParticipants; 51 protected String mChannelId; 52 protected CharSequence mChannelName [all...] |
/developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/ |
MockDatabase.java | 37 protected String mContentTitle; 38 protected String mContentText; 39 protected int mPriority; 42 protected ArrayList<MessagingStyle.Message> mMessages; 44 protected String mFullConversation; 46 protected String mReplayName; 47 protected int mNumberOfNewMessages; 48 protected ArrayList<String> mParticipants; 51 protected String mChannelId; 52 protected CharSequence mChannelName [all...] |
/frameworks/base/core/java/com/android/internal/widget/ |
LockPatternChecker.java | 73 protected void onPreExecute() { 80 protected byte[] doInBackground(Void... args) { 90 protected void onPostExecute(byte[] result) { 115 protected void onPreExecute() { 122 protected Boolean doInBackground(Void... args) { 132 protected void onPostExecute(Boolean result) { 137 protected void onCancelled() { 163 protected byte[] doInBackground(Void... args) { 173 protected void onPostExecute(byte[] result) { 200 protected byte[] doInBackground(Void... args) [all...] |
/frameworks/opt/colorpicker/src/com/android/colorpicker/ |
ColorPickerDialog.java | 39 protected AlertDialog mAlertDialog; 41 protected static final String KEY_TITLE_ID = "title_id"; 42 protected static final String KEY_COLORS = "colors"; 43 protected static final String KEY_COLOR_CONTENT_DESCRIPTIONS = "color_content_descriptions"; 44 protected static final String KEY_SELECTED_COLOR = "selected_color"; 45 protected static final String KEY_COLUMNS = "columns"; 46 protected static final String KEY_SIZE = "size"; 48 protected int mTitleResId = R.string.color_picker_default_title; 49 protected int[] mColors = null; 50 protected String[] mColorContentDescriptions = null [all...] |
/packages/apps/Contacts/src/com/android/contacts/list/ |
PhoneNumberPickerFragment.java | 92 protected void onCreateView(LayoutInflater inflater, ViewGroup container) { 98 protected boolean getVisibleScrollbarEnabled() { 142 protected void onItemClick(int position, long id) { 171 protected void cacheContactInfo(int position) { 175 protected String getPhoneNumber(int position) { 180 protected Uri getPhoneUri(int position) { 185 protected String getLookupKey(int position) { 191 protected void startLoading() { 213 protected ContactEntryListAdapter createListAdapter() { 221 protected void configureAdapter() [all...] |
/packages/apps/Settings/src/com/android/settings/notification/ |
AbstractZenModePreferenceController.java | 50 protected SettingObserver mSettingObserver; 54 protected static ZenModeConfigWrapper mZenModeConfigWrapper; 55 protected MetricsFeatureProvider mMetricsFeatureProvider; 56 protected final ZenModeBackend mBackend; 57 protected PreferenceScreen mScreen; 105 protected NotificationManager.Policy getPolicy() { 109 protected ZenModeConfig getZenModeConfig() { 113 protected int getZenMode() { 118 protected int getZenDuration() { 173 protected String getOwnerCaption(String owner) [all...] |
/packages/apps/Settings/src/com/android/settings/widget/ |
RadioButtonPickerFragment.java | 49 protected UserManager mUserManager; 50 protected int mUserId; 83 protected abstract int getPreferenceScreenResId(); 94 protected void onSelectionPerformed(boolean success) { 100 protected boolean shouldShowItemNone() { 108 protected void addStaticPreferences(PreferenceScreen screen) { 111 protected CandidateInfo getCandidate(String key) { 115 protected void onRadioButtonConfirmed(String selectedKey) { 126 @VisibleForTesting(otherwise = VisibleForTesting.PROTECTED) 216 protected abstract List<? extends CandidateInfo> getCandidates() [all...] |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/ |
DialogFragment.java | 51 protected void disableEntryAnimation() { 79 protected void setLayoutProperties(int contentAreaId, int actionAreaId) { 94 protected void prepareAndAnimateView(final View v, float initAlpha, float initTransX, int delay, 105 protected void onIntroAnimationFinished() { 109 protected boolean isIntroAnimationInProgress() { 113 protected ColorDrawable getBackgroundDrawable() { 117 protected void setBackgroundDrawable(ColorDrawable drawable) { 142 protected void setContentFragment(Fragment fragment) { 152 protected void setActionFragment(Fragment fragment) { 162 protected void setActionFragment(Fragment fragment, boolean addToBackStack) [all...] |
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/ |
AbstractCommandHandlerTest.java | 44 protected static final String DIR1 = "dir1";
45 protected static final String DIR2 = "dir2";
46 protected static final String FILENAME1 = "sample1.txt";
47 protected static final String FILENAME2 = "sample2.txt";
49 protected Session session;
50 protected ResourceBundle replyTextBundle;
59 protected void testHandleCommand_InvalidParameters(AbstractCommandHandler commandHandler,
80 protected void verifyNumberOfInvocations(InvocationHistory commandHandler, int expected) {
89 protected void verifyNoDataElements(InvocationRecord invocationRecord) {
102 protected void verifyOneDataElement(InvocationRecord invocationRecord, String key, Object value) { [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
CameraGpuCtsActivity.java | 42 protected GLSurfaceView mView; 43 protected Semaphore mNativeRendererInitialized; 44 protected long mNativeRenderer; 81 protected void onResume() { 87 protected void onPause() { 93 protected void onDestroy() {
|
/development/samples/training/basic/ActivityLifecycle/src/com/example/android/lifecycle/ |
ActivityA.java | 50 protected void onStart() { 57 protected void onRestart() { 64 protected void onResume() { 71 protected void onPause() { 78 protected void onStop() { 84 protected void onDestroy() {
|
ActivityB.java | 50 protected void onStart() { 57 protected void onRestart() { 64 protected void onResume() { 71 protected void onPause() { 78 protected void onStop() { 84 protected void onDestroy() {
|
ActivityC.java | 50 protected void onStart() { 57 protected void onRestart() { 64 protected void onResume() { 71 protected void onPause() { 78 protected void onStop() { 84 protected void onDestroy() {
|
/external/annotation-tools/asmx/src/org/objectweb/asm/xml/ |
SAXAdapter.java | 48 protected ContentHandler getContentHandler() { 52 protected final void addEnd(String name) { 60 protected final void addStart(String name, Attributes attrs) { 68 protected final void addElement(String name, Attributes attrs) { 73 protected void addDocumentStart() { 81 protected void addDocumentEnd() {
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/ |
AlgorithmParameterGeneratorSpi.java | 20 protected SecureRandom random; 25 protected int strength = 1024; 26 protected DSAParameterGenerationParameters params; 28 protected void engineInit( 51 protected void engineInit( 59 protected AlgorithmParameters engineGenerateParameters()
|
/external/clang/test/CXX/class.access/class.access.base/ |
p5.cpp | 48 protected: static int x; // expected-note{{member is declared here}} 61 protected: static int x; 77 // is indeed ultimately constrained by the protected inheritance from Y. 91 class Z : protected Y { }; // expected-note 2 {{constrained by protected inheritance here}} 94 p->field = 0; // expected-error {{cannot cast 'test4::Z' to its protected base class 'test4::X'}} expected-error {{'field' is a private member of 'test4::X'}}
|
/external/clang/test/SemaCXX/ |
ms-friend-lookup.cpp | 18 protected: 32 protected: 46 protected: 61 protected: 62 A(); // expected-note {{declared protected here}} 65 void f() { ns::A x; } // expected-error {{calling a protected constructor of class 'enclosing_friend_func::ns::A'}}
|
/external/conscrypt/testing/src/main/java/org/conscrypt/javax/net/ssl/ |
PSKKeyManagerProxy.java | 45 protected SecretKey getKey(String identityHint, String identity, Socket socket) { 49 protected SecretKey getKey(String identityHint, String identity, SSLEngine engine) { 53 protected String chooseServerKeyIdentityHint(Socket socket) { 57 protected String chooseServerKeyIdentityHint(SSLEngine engine) { 61 protected String chooseClientKeyIdentity(String identityHint, Socket socket) { 65 protected String chooseClientKeyIdentity(String identityHint, SSLEngine engine) {
|
/external/deqp/android/package/src/com/drawelements/deqp/execserver/ |
ExecServerActivity.java | 42 protected void onCreate (Bundle savedInstance) { 50 protected void onStart () { 57 protected void onStop () { 62 protected void onPause () { 67 protected void onResume () { 72 protected void onDestroy() {
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
Extension.java | 55 protected enum ExtensionType { 61 protected ExtensionType getExtensionType() { 82 protected abstract Object fromReflectionType(Object value); 83 protected abstract Object singularFromReflectionType(Object value); 84 protected abstract Object toReflectionType(Object value); 85 protected abstract Object singularToReflectionType(Object value);
|
/external/subsampling-scale-image-view/sample/src/main/java/com/davemorrissey/labs/subscaleview/test/ |
AbstractPagesActivity.java | 23 protected AbstractPagesActivity(int title, int layout, List<Page> notes) { 30 protected void onCreate(@Nullable Bundle savedInstanceState) { 50 protected void onResume() { 56 protected void onSaveInstanceState(Bundle outState) { 91 protected final int getPage() { 95 protected void onPageChanged(int page) {
|