HomeSort by relevance Sort by last modified time
    Searched defs:this (Results 526 - 550 of 842) sorted by null

<<21222324252627282930>>

  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AppCompatDelegateImplBase.java 5 * you may not use this file except in compliance with the License.
47 // true if this activity has an action bar.
49 // true if this activity's action bar overlays other activity content.
51 // true if this any action modes should overlay the activity content
53 // true if this activity is floating (e.g. Dialog)
55 // true if this activity has no title
147 return AppCompatDelegateImplBase.this.getActionBarThemedContext();
224 return AppCompatDelegateImplBase.this.dispatchKeyEvent(event)
231 || AppCompatDelegateImplBase.this.onKeyShortcut(event.getKeyCode(), event);
237 // If this is an options menu but it's not an AppCompat menu, we eat the even
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ClassLoaderTest.java 4 * this work for additional information regarding copyright ownership.
5 * The ASF licenses this file to You under the Apache License, Version 2.0
6 * (the "License"); you may not use this file except in compliance with
69 // It is difficult to test this because the CTS tests run as an instrumented TestCase.
125 assertSame(this.getClass(), testClassLoader.loadClass(testClassName));
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
AbstractCharsetTestCase.java 4 * this work for additional information regarding copyright ownership.
5 * The ASF licenses this file to You under the Apache License, Version 2.0
6 * (the "License"); you may not use this file except in compliance with
31 // the canonical name of this charset
53 this.testingCharset = Charset.forName(this.canonicalName);
70 this.canonicalName = canonicalName;
71 this.canEncode = canEncode;
72 this.isRegistered = isRegistered;
73 this.aliases = aliases
    [all...]
  /libcore/luni/src/main/java/java/security/cert/
PKIXParameters.java 4 * this work for additional information regarding copyright ownership.
5 * The ASF licenses this file to You under the Apache License, Version 2.0
6 * (the "License"); you may not use this file except in compliance with
33 * This class implements the parameters for the {@code PKIX CertPathValidator}.
85 this.trustAnchors = new HashSet<TrustAnchor>(trustAnchors);
116 // this is trusted certificate entry
153 this.trustAnchors = new HashSet<TrustAnchor>(trustAnchors);
176 this.anyPolicyInhibited = anyPolicyInhibited;
217 if (this.certPathCheckers != null &&
218 !this.certPathCheckers.isEmpty())
    [all...]
  /libcore/luni/src/main/java/java/util/
AbstractList.java 4 * this work for additional information regarding copyright ownership.
5 * The ASF licenses this file to You under the Apache License, Version 2.0
6 * (the "License"); you may not use this file except in compliance with
22 * for a backing store which supports random access. This implementation does
66 if (this.lastPosition == -1) {
75 AbstractList.this.remove(lastPosition);
100 AbstractList.this.add(pos + 1, object);
143 AbstractList.this.set(lastPosition, object);
309 .listIterator(location + offset), this, offset,
374 * Constructs a new instance of this AbstractList
    [all...]
  /libcore/luni/src/main/java/java/util/logging/
Handler.java 4 * this work for additional information regarding copyright ownership.
5 * The ASF licenses this file to You under the Apache License, Version 2.0
6 * (the "License"); you may not use this file except in compliance with
35 // the character encoding used by this handler
56 this.errorMan = new ErrorManager();
57 this.level = DEFAULT_LEVEL;
58 this.encoding = null;
59 this.filter = null;
60 this.formatter = null;
61 this.prefix = this.getClass().getName()
    [all...]
  /packages/apps/Camera/src/com/android/camera/ui/
MoreSettingPopup.java 5 * you may not use this file except in compliance with the License.
59 super(MoreSettingPopup.this.getContext(), 0, mListItem);
94 view.setSettingChangedListener(MoreSettingPopup.this);
130 ((ListView) mSettingList).setOnItemClickListener(this);
  /packages/apps/Exchange/src/com/android/exchange/service/
EasService.java 5 * you may not use this file except in compliance with the License.
65 * Service to handle all communication with the EAS server. Note that this is completely decoupled
66 * from the sync adapters; sync adapters should make blocking calls on this service to actually
103 final Account account = loadAccount(EasService.this, accountId);
105 final EasLoadAttachment operation = new EasLoadAttachment(EasService.this, account,
114 final Account account = loadAccount(EasService.this, accountId);
116 final EasFolderSync operation = new EasFolderSync(EasService.this, account);
122 // TODO: We should get rid of sendMail, and this is done in sync.
128 final Account account = loadAccount(EasService.this, accountId);
130 EasFullSyncOperation op = new EasFullSyncOperation(EasService.this, account
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageRedEye.java 5 * you may not use this file except in compliance with the License.
85 this.resetImageCaches(this);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
LiveWallpaperListAdapter.java 5 * you may not use this file except in compliance with the License.
188 LiveWallpaperListAdapter.this.notifyDataSetChanged();
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
OtherSettingsPopup.java 5 * you may not use this file except in compliance with the License.
55 super(OtherSettingsPopup.this.getContext(), 0, mListItem);
83 view.setSettingChangedListener(OtherSettingsPopup.this);
108 ((ListView) mSettingList).setOnItemClickListener(this);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DecodedImageResource.java 5 * you may not use this file except in compliance with the License.
33 * Container class for holding a bitmap resource used by the MediaResourceManager. This resource
65 * After this, the image resource will relinquish ownership on the bitmap resource so that
161 // We can't compress images with alpha, as JPEG encoding doesn't support this.
176 DecodedImageResource.this.addRef();
181 return DecodedImageResource.this.getKey();
223 return DecodedImageResource.this;
  /packages/apps/Messaging/tests/src/com/android/messaging/
FakeContentProvider.java 5 * you may not use this file except in compliance with the License.
47 this.uri = uri;
48 this.where = where;
49 this.args = args;
50 this.columns = columns;
51 this.data = data;
55 if (!this.uri.equals(uri) || !TextUtils.equals(this.where, where)) {
59 if (this.args == null || args == null) {
60 return this.args == null && args == null
    [all...]
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
ActionServiceTest.java 5 * you may not use this file except in compliance with the License.
59 // This will be true - but only briefly
74 // This will be true - but only briefly
91 final TestChatActionMonitor monitor = new TestChatActionMonitor(null, tracker, this, this);
113 this.startService(intent);
128 // TODO: Should find a way to reliably wait, this is a bit of a hack
165 mContext = new FakeContext(getContext(), this);
207 this.actionParameters.putString(KEY_PARAMETER, parameter);
217 this.dontRelyOnMe = becauseIChange
    [all...]
ActionTestHelpers.java 5 * you may not use this file except in compliance with the License.
73 synchronized(this) {
74 this.notifyAll();
90 this.action = action;
91 this.from = from;
92 this.to = to;
136 this.action = action;
137 this.request = request;
138 this.response = response;
139 this.exception = exception
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionActivity.java 5 * you may not use this file except in compliance with the License.
74 this.dismiss();
84 Log.e(TAG, "Error: this activity may be started only with intent "
122 if(DEBUG) Log.i(TAG, "showDialog() Request type: " + mRequestType + " this: " + this);
139 p.mPositiveButtonListener = this;
141 p.mNegativeButtonListener = this;
211 LocalBluetoothManager bluetoothManager = Utils.getLocalBtManager(this);
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 5 * you may not use this file except in compliance with the License.
61 PhotoTable.this.scheduleNext(mDropPeriod);
62 PhotoTable.this.launch();
69 PhotoTable.this.clearFocus();
76 PhotoTable.this.clearSelection();
163 mDragGestureDetector = new DragGestureDetector(context, this);
164 mEdgeSwipeDetector = new EdgeSwipeDetector(context, this);
165 mKeyboardInterpreter = new KeyboardInterpreter(this);
504 final PhotoTable table = PhotoTable.this;
515 return applyFrame(PhotoTable.this, mOptions, decodedPhoto)
    [all...]
  /packages/services/Mms/src/com/android/mms/service/
MmsNetworkManager.java 5 * you may not use this file except in compliance with the License.
35 // Wait timeout for this class, a little bit longer than the above timeout
43 // We need this when we unbind from it. This is also used to indicate if the
49 // This is really just for using the capability
56 // The MMS HTTP client for this network
70 synchronized (MmsNetworkManager.this) {
72 MmsNetworkManager.this.notifyAll();
80 synchronized (MmsNetworkManager.this) {
81 releaseRequestLocked(this);
    [all...]
MmsRequest.java 5 * you may not use this file except in compliance with the License.
36 * Base class for MMS requests. This has the common logic of sending/downloading MMS.
135 final String requestId = this.toString();
237 LogUtil.e(this.toString(), "Sending pending intent canceled", e);
253 LogUtil.d(this.toString(), "Sending/downloading MMS by IP failed.");
254 mRequestManager.addSimRequest(MmsRequest.this);
298 * @return The queue should be used by this request, 0 is sending and 1 is downloading
  /packages/services/Telephony/src/com/android/phone/
EmergencyCallbackModeExitDialog.java 5 * you may not use this file except in compliance with the License.
142 bindService(new Intent(EmergencyCallbackModeExitDialog.this,
146 synchronized (EmergencyCallbackModeExitDialog.this) {
149 EmergencyCallbackModeExitDialog.this.wait();
166 // Failed to unbind from service. Don't crash as this brings down the entire
185 if (!this.isResumed()) {
226 mAlertDialog = new AlertDialog.Builder(EmergencyCallbackModeExitDialog.this)
250 mAlertDialog.setOnDismissListener(this);
254 mAlertDialog = new AlertDialog.Builder(EmergencyCallbackModeExitDialog.this)
267 mAlertDialog.setOnDismissListener(this);
    [all...]
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperListAdapter.java 5 * you may not use this file except in compliance with the License.
239 LiveWallpaperListAdapter.this.notifyDataSetChanged();
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
AbstractDirectory.java 5 * This library is free software; you can redistribute it and/or modify it
10 * This library is distributed in the hope that it will be useful, but
16 * along with this library; If not, write to the Free Software Foundation, Inc.,
29 * This is the abstract base class for all directory implementations.
62 this.entries = new ArrayList<FatDirectoryEntry>();
63 this.capacity = capacity;
64 this.readOnly = readOnly;
65 this.isRoot = isRoot;
70 * off the backing storage. This method must always fill the buffer's
71 * remaining space with the bytes making up this directory, beginning wit
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToStream.java 4 * distributed with this work for additional information
5 * regarding copyright ownership. The ASF licenses this file
7 * you may not use this file except in compliance with the License.
50 * This abstract class is a base class for other stream
66 * The encoding information associated with this serializer.
69 * that every character is in the encoding. This is useful
84 * If m_doIndent is false this field has no impact.
94 * If m_doIndent is false this flag has no impact.
105 * If m_doIndent is false this flag has no impact.
118 * but this value can be set through the xsl:outpu
    [all...]
  /art/test/064-field-access/src/
Main.java 5 * you may not use this file except in compliance with the License.
204 * This is a sub-class of other.PublicClass, which should be allowed to access
571 this.getValue(f, validInst, typeChar, subClassAccessExceptionClass);
582 this.getValue(f, null, typeChar, npeClass);
592 this.getValue(f, validInst, otherChar, illArgClass);
600 this.getValue(f, plainObj, typeChar, IllegalArgumentException.class);
615 this.invoke(m, validInst, subClassAccessExceptionClass);
622 * [this is a clone of Main.getValue() -- the class issuing the
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerIdentityImpl.java 4 * distributed with this work for additional information
5 * regarding copyright ownership. The ASF licenses this file
7 * you may not use this file except in compliance with the License.
70 * This class implements an identity transformer for
98 this(false);
137 * Get the Transformer associated with this handler, which
144 return this;
377 this.startDocument();
389 walker = new org.apache.xml.serializer.TreeWalker(this, m_systemID);
396 this.endDocument()
    [all...]

Completed in 915 milliseconds

<<21222324252627282930>>