HomeSort by relevance Sort by last modified time
    Searched full:protected (Results 401 - 425 of 40743) sorted by null

<<11121314151617181920>>

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Sector.java 37 protected final ByteBuffer buffer;
41 protected Sector(BlockDevice device, long offset, int size) {
56 protected void read() throws IOException {
67 protected final void markDirty() {
89 protected int get16(int offset) {
93 protected long get32(int offset) {
97 protected int get8(int offset) {
101 protected void set16(int offset, int value) {
106 protected void set32(int offset, long value) {
111 protected void set8(int offset, int value)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
ShortcutThrottlingResetActivity.java 63 protected int getTitleResource() {
68 protected int getInstructionsResource() {
73 protected void onCreate(Bundle savedState) {
83 protected void onDestroy() {
89 protected List<InteractiveTestCase> createTestItems() {
109 protected class CheckForBot extends InteractiveTestCase {
111 protected View inflate(ViewGroup parent) {
116 protected void test() {
132 protected class SetupNotification extends InteractiveTestCase {
134 protected View inflate(ViewGroup parent)
    [all...]
NotificationListenerVerifierActivity.java 70 protected static final String PREFS = "listener_prefs";
90 protected int getTitleResource() {
95 protected int getInstructionsResource() {
102 protected List<InteractiveTestCase> createTestItems() {
208 protected View inflate(ViewGroup parent) {
214 protected void setUp() {
221 protected void tearDown() {
228 protected void test() {
244 protected class ReceiveChannelBlockNoticeTest extends InteractiveTestCase {
249 protected View inflate(ViewGroup parent)
    [all...]
  /cts/hostsidetests/devicepolicy/app/PackageInstaller/src/com/android/cts/packageinstaller/
BasePackageInstallTest.java 43 protected static final String TEST_APP_LOCATION = "/data/local/tmp/CtsSimpleApp.apk";
44 protected static final String TEST_APP_PKG = "com.android.cts.launcherapps.simpleapp";
45 protected static final int PACKAGE_INSTALLER_TIMEOUT_MS = 60000; // 60 seconds
48 protected static final int PACKAGE_INSTALLER_STATUS_UNDEFINED = -1000;
51 protected Context mContext;
52 protected UiDevice mDevice;
53 protected DevicePolicyManager mDevicePolicyManager;
57 protected boolean mCallbackReceived;
58 protected int mCallbackStatus;
59 protected Intent mCallbackIntent
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
AlgorithmParametersSpi.java 27 protected boolean isASN1FormatString(String format)
32 protected AlgorithmParameterSpec engineGetParameterSpec(
44 protected abstract AlgorithmParameterSpec localEngineGetParameterSpec(Class paramSpec)
55 protected byte[] engineGetEncoded()
79 protected byte[] engineGetEncoded(
90 protected AlgorithmParameterSpec localEngineGetParameterSpec(
102 protected void engineInit(
114 protected void engineInit(
143 protected void engineInit(
159 protected String engineToString(
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
AbstractMultimapTester.java 44 protected M multimap() {
52 protected Map.Entry<K, V>[] createArrayWithNullKey() {
64 protected Map.Entry<K, V>[] createArrayWithNullValue() {
76 protected Map.Entry<K, V>[] createArrayWithNullKeyAndValue() {
83 protected V getValueForNullKey() {
87 protected K getKeyForNullValue() {
99 protected void initMultimapWithNullKey() {
103 protected void initMultimapWithNullValue() {
107 protected void initMultimapWithNullKeyAndValue() {
111 protected SampleElements<K> sampleKeys()
    [all...]
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/validator/
Java1_0Validator.java 27 protected final Validator modifiersWithoutStrictfpAndDefaultAndStaticInterfaceMethodsAndPrivateInterfaceMethods
29 protected final Validator noAssertKeyword = new SimpleValidator<>(AssertStmt.class,
33 protected final Validator noInnerClasses = new SimpleValidator<>(ClassOrInterfaceDeclaration.class,
37 protected final Validator noReflection = new SimpleValidator<>(ClassExpr.class,
41 protected final Validator noGenerics = new TreeVisitorValidator((node, reporter) -> {
53 protected final SingleNodeTypeValidator<TryStmt> tryWithoutResources = new SingleNodeTypeValidator<>(TryStmt.class, (n, reporter) -> {
61 protected final Validator noAnnotations = new TreeVisitorValidator((node, reporter) -> {
66 protected final Validator noEnums = new SimpleValidator<>(EnumDeclaration.class,
70 protected final Validator noVarargs = new SimpleValidator<>(Parameter.class,
74 protected final Validator noForEach = new SimpleValidator<>(ForeachStmt.class
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/language/
Language.java 45 protected String getImportStatement() {
50 protected String getRpcReceiverDeclaration(String rpcReceiver) {
55 protected String getDefaultRpcReceiver() {
74 protected String getRpcReceiverName(String content) {
79 protected String getMethodCallText(String receiver, String method,
95 protected String getApplyReceiverText(String receiver) {
100 protected String getApplyOperatorText() {
105 protected String getLeftParametersText() {
110 protected String getRightParametersText() {
115 protected String getParameterSeparator()
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/location/
ComprehensiveCountryDetectorTest.java 28 protected boolean mNotified;
59 protected CountryDetectorBase createLocationBasedCountryDetector() {
75 protected Country getNetworkBasedCountry() {
80 protected Country getLastKnownLocationBasedCountry() {
85 protected Country getSimBasedCountry() {
90 protected Country getLocaleCountry() {
95 protected void runAfterDetectionAsync(final Country country, final Country detectedCountry,
101 protected boolean isAirplaneModeOff() {
106 protected synchronized void addPhoneStateListener() {
111 protected synchronized void removePhoneStateListener()
    [all...]
  /external/guice/core/test/com/google/inject/spi/
ModuleAnnotatedMethodScannerTest.java 53 @Override protected void configure() {}
80 @Override protected void configure() {
82 @Override protected void configure() {}
94 @Override protected void configure() {
96 @Override protected void configure() {}
108 @Override protected void configure() {}
141 @Override protected void configure() {
193 @Override protected void configure() {
214 @Override protected void configure() {}
220 @Override protected void configure() {
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractContainerTester.java 39 protected SampleElements<E> samples;
40 protected C container;
52 protected abstract Collection<E> actualContents();
62 protected C resetContainer() {
77 protected C resetContainer(C newValue) {
87 protected final void expectContents(E... elements) {
109 protected void expectContents(Collection<E> expected) {
113 protected void expectUnchanged() {
139 protected final void expectAdded(E... elements) {
145 protected final void expectAdded(int index, E... elements)
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractExecutionThreadServiceTest.java 59 @Override protected final void tearDown() {
123 @Override protected void startUp() {
131 @Override protected void run() {
146 @Override protected void shutDown() {
154 @Override protected void triggerShutdown() {
158 @Override protected Executor executor() {
184 @Override protected void startUp() {
189 @Override protected void run() {
193 @Override protected Executor executor() {
236 @Override protected void run()
    [all...]
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
InterpreterInstaller.java 44 protected final InterpreterDescriptor mDescriptor;
45 protected final AsyncTaskListener<Boolean> mTaskListener;
46 protected final Queue<RequestCode> mTaskQueue;
47 protected final Context mContext;
49 protected final Handler mainThreadHandler;
50 protected Handler mBackgroundHandler;
52 protected volatile AsyncTask<Void, Integer, Long> mTaskHolder;
54 protected final String mInterpreterRoot;
56 protected static enum RequestCode {
193 protected Boolean doInBackground(Void... params)
    [all...]
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecFeatureAction.java 48 protected static final int MSG_TIMEOUT = 100;
51 protected static final int STATE_NONE = 0;
54 protected int mState = STATE_NONE;
60 protected ActionTimer mActionTimer;
161 protected void addTimer(int state, int delayMillis) {
169 protected final void sendCommand(HdmiCecMessage cmd) {
173 protected final void sendCommand(HdmiCecMessage cmd,
178 protected final void addAndStartAction(HdmiCecFeatureAction action) {
182 protected final <T extends HdmiCecFeatureAction> List<T> getActions(final Class<T> clazz) {
186 protected final HdmiCecMessageCache getCecMessageCache()
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/files/
MenuManager.java 143 protected void updateSettings(MenuItem settings, RootInfo root) {
149 protected void updateEject(MenuItem eject, RootInfo root) {
155 protected void updateSettings(MenuItem settings) {
162 protected void updateNewWindow(MenuItem newWindow) {
167 protected void updateOpenInContextMenu(MenuItem open, SelectionDetails selectionDetails) {
174 protected void updateOpenWith(MenuItem openWith, SelectionDetails selectionDetails) {
180 protected void updateOpenInNewWindow(
188 protected void updateOpenInNewWindow(MenuItem openInNewWindow, RootInfo root) {
193 protected void updateMoveTo(MenuItem moveTo, SelectionDetails selectionDetails) {
199 protected void updateCopyTo(MenuItem copyTo, SelectionDetails selectionDetails)
    [all...]
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
MonthView.java 102 protected static int DEFAULT_HEIGHT = 32;
103 protected static int MIN_HEIGHT = 10;
104 protected static final int DEFAULT_SELECTED_DAY = -1;
105 protected static final int DEFAULT_WEEK_START = Calendar.SUNDAY;
106 protected static final int DEFAULT_NUM_DAYS = 7;
107 protected static final int DEFAULT_SHOW_WK_NUM = 0;
108 protected static final int DEFAULT_FOCUS_MONTH = -1;
109 protected static final int DEFAULT_NUM_ROWS = 6;
110 protected static final int MAX_NUM_ROWS = 6;
114 protected static int DAY_SEPARATOR_WIDTH = 1
    [all...]
  /external/emma/core/java12/com/vladium/emma/
Command.java 60 // protected: .............................................................
63 protected Command (final String usageToolName, final String [] args)
69 protected abstract String usageArgsMsg ();
72 protected void initialize ()
80 protected final String getToolName ()
88 protected final IOptsParser getOptParser (final ClassLoader loader)
94 protected final boolean processOpt (final IOptsParser.IOpt opt)
141 protected final void processCmdPropertyOverrides (final IOptsParser.IOpts parsedopts)
163 protected final boolean processFilePropertyOverrides ()
186 protected final void usageexit (final IOptsParser parser, final int level, final String msg
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/
MenuManager.java 40 final protected SearchViewManager mSearchManager;
41 final protected State mState;
42 final protected DirectoryDetails mDirDetails;
220 protected void updateModePicker(MenuItem grid, MenuItem list) {
225 protected void updateAdvanced(MenuItem advanced) {
231 protected void updateDebug(MenuItem debug) {
235 protected void updateSettings(MenuItem settings) {
239 protected void updateSettings(MenuItem settings, RootInfo root) {
243 protected void updateEject(MenuItem eject, RootInfo root) {
247 protected void updateNewWindow(MenuItem newWindow)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
RingerModeActivity.java 81 protected int getTitleResource() {
86 protected int getInstructionsResource() {
90 protected void onCreate(Bundle savedState) {
109 protected List<InteractiveTestCase> createTestItems() {
191 protected class PassTest extends InteractiveTestCase {
193 protected View inflate(ViewGroup parent) {
198 protected void test() {
204 protected class SetModeAllTest extends InteractiveTestCase {
206 protected View inflate(ViewGroup parent) {
211 protected void test()
    [all...]
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
BaseDeviceAdminServiceTest.java 23 protected static final String OWNER_PKG = "com.android.cts.deviceadminservice";
24 protected static final String OWNER_PKG_B = "com.android.cts.deviceadminserviceb";
26 protected static final String OWNER_APK_1 = "CtsDeviceAdminService1.apk";
27 protected static final String OWNER_APK_2 = "CtsDeviceAdminService2.apk";
28 protected static final String OWNER_APK_3 = "CtsDeviceAdminService3.apk";
29 protected static final String OWNER_APK_4 = "CtsDeviceAdminService4.apk";
31 protected static final String OWNER_APK_B = "CtsDeviceAdminServiceB.apk";
33 protected static final String ADMIN_RECEIVER_TEST_CLASS = ".MyOwner";
35 protected static final String OWNER_COMPONENT = OWNER_PKG + "/" + ADMIN_RECEIVER_TEST_CLASS;
36 protected static final String OWNER_SERVICE = OWNER_PKG + "/.MyService"
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
NPCAnimationComponent.java 37 protected static final float RUN_SPEED_THRESHOLD = 100.0f;
38 protected static final float JUMP_SPEED_THRESHOLD = 25.0f;
39 protected static final float FALL_SPEED_THRESHOLD = -25.0f;
40 protected static final float FALL_TIME_THRESHOLD = 0.2f;
120 protected boolean shouldFall(GameObject parentObject) {
133 protected boolean shouldJump(GameObject parentObject) {
145 protected boolean shouldRun(GameObject parentObject) {
156 protected boolean shouldMove(GameObject parentObject) {
169 protected boolean shouldTakeHit(GameObject parentObject) {
178 protected void gotoRunStart()
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifData.java 61 protected byte[] getCompressedThumbnail() {
68 protected void setCompressedThumbnail(byte[] thumbnail) {
75 protected boolean hasCompressedThumbnail() {
82 protected void setStripBytes(int index, byte[] strip) {
96 protected int getStripCount() {
105 protected byte[] getStrip(int index) {
112 protected boolean hasUncompressedStrip() {
119 protected ByteOrder getByteOrder() {
127 protected IfdData getIfdData(int ifdId) {
138 protected void addIfdData(IfdData data)
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
ForkJoinTaskTest.java 230 protected BinaryAsyncAction() {
234 protected final void setRawResult(Void mustBeNull) { }
242 protected void onComplete(BinaryAsyncAction x, BinaryAsyncAction y) {
245 protected boolean onException() {
315 protected final int getControlState() {
319 protected final boolean compareAndSetControlState(int expect,
324 protected final void setControlState(int value) {
328 protected final void incrementControlState() {
332 protected final void decrementControlState() {
358 protected void onComplete(BinaryAsyncAction x, BinaryAsyncAction y)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifData.java 61 protected byte[] getCompressedThumbnail() {
68 protected void setCompressedThumbnail(byte[] thumbnail) {
75 protected boolean hasCompressedThumbnail() {
82 protected void setStripBytes(int index, byte[] strip) {
96 protected int getStripCount() {
105 protected byte[] getStrip(int index) {
112 protected boolean hasUncompressedStrip() {
119 protected ByteOrder getByteOrder() {
127 protected IfdData getIfdData(int ifdId) {
138 protected void addIfdData(IfdData data)
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifData.java 61 protected byte[] getCompressedThumbnail() {
68 protected void setCompressedThumbnail(byte[] thumbnail) {
75 protected boolean hasCompressedThumbnail() {
82 protected void setStripBytes(int index, byte[] strip) {
96 protected int getStripCount() {
105 protected byte[] getStrip(int index) {
112 protected boolean hasUncompressedStrip() {
119 protected ByteOrder getByteOrder() {
127 protected IfdData getIfdData(int ifdId) {
138 protected void addIfdData(IfdData data)
    [all...]

Completed in 1245 milliseconds

<<11121314151617181920>>