/frameworks/support/slices/view/src/main/java/androidx/slice/widget/ |
SliceChildView.java | 39 protected SliceView.OnSliceActionListener mObserver; 40 protected int mMode; 41 protected int mTintColor = -1; 42 protected int mTitleColor; 43 protected int mSubtitleColor; 44 protected int mHeaderTitleSize; 45 protected int mHeaderSubtitleSize; 46 protected int mVerticalHeaderTextPadding; 47 protected int mTitleSize; 48 protected int mSubtitleSize [all...] |
/libcore/luni/src/test/java/libcore/java/security/ |
MockSignatureSpi.java | 59 protected void engineInitVerify(PublicKey publicKey) throws InvalidKeyException { 67 protected void engineInitSign(PrivateKey privateKey) throws InvalidKeyException { 75 protected void engineUpdate(byte b) throws SignatureException { 83 protected byte[] engineSign() throws SignatureException { 91 protected boolean engineVerify(byte[] sigBytes) throws SignatureException { 99 protected void engineSetParameter(String param, Object value) throws InvalidParameterException { 107 protected Object engineGetParameter(String param) throws InvalidParameterException { 115 protected void engineUpdate(byte[] b, int off, int len) throws SignatureException {
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
MySignature1.java | 66 protected void engineInitVerify(PublicKey publicKey) 71 protected void engineInitSign(PrivateKey privateKey) 76 protected void engineUpdate(byte b) throws SignatureException { 80 protected void engineUpdate(byte[] b, int off, int len) 92 protected byte[] engineSign() throws SignatureException { 98 protected boolean engineVerify(byte[] sigBytes) throws SignatureException { 103 protected void engineSetParameter(String param, Object value) 108 protected Object engineGetParameter(String param)
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
BasicTexture.java | 32 protected static final int UNSPECIFIED = -1; 34 protected static final int STATE_UNLOADED = 0; 35 protected static final int STATE_LOADED = 1; 36 protected static final int STATE_ERROR = -1; 41 protected int mId = -1; 42 protected int mState; 44 protected int mWidth = UNSPECIFIED; 45 protected int mHeight = UNSPECIFIED; 47 protected int mTextureWidth; 48 protected int mTextureHeight [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
BaseContactsProvider2Test.java | 100 protected static final String PACKAGE = "ContactsProvider2Test"; 104 protected ContactsActor mActor; 105 protected MockContentResolver mResolver; 106 protected Account mAccount = new Account("account1", "account type1"); 107 protected Account mAccountTwo = new Account("account2", "account type2"); 109 protected final static Long NO_LONG = new Long(0); 110 protected final static String NO_STRING = new String(""); 111 protected final static Account NO_ACCOUNT = new Account("a", "b"); 117 protected static final MockClock sMockClock = new MockClock(); 119 protected Class<? extends ContentProvider> getProviderClass() [all...] |
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
CursorPhotoSource.java | 28 protected static final int UNINITIALIZED = -1; 30 protected static final int INVALID = -2; 41 protected ImageData naturalNext(ImageData current) { 59 protected ImageData naturalPrevious(ImageData current) { 77 protected void donePaging(ImageData current) { 83 protected abstract void openCursor(ImageData data); 84 protected abstract void findPosition(ImageData data); 85 protected abstract ImageData unpackImageData(Cursor cursor, ImageData data);
|
/system/chre/apps/chqts/src/general_test/ |
basic_sensor_tests.h | 31 protected: 46 protected: 61 protected: 76 protected: 91 protected: 106 protected: 121 protected: 136 protected:
|
/cts/tests/tests/media/src/android/media/cts/ |
MediaPlayer2TestBase.java | 53 protected static final int SLEEP_TIME = 1000; 54 protected static final int LONG_SLEEP_TIME = 6000; 55 protected static final int STREAM_RETRIES = 20; 56 protected static boolean sUseScaleToFitMode = false; 58 protected Monitor mOnVideoSizeChangedCalled = new Monitor(); 59 protected Monitor mOnVideoRenderingStartCalled = new Monitor(); 60 protected Monitor mOnBufferingUpdateCalled = new Monitor(); 61 protected Monitor mOnPrepareCalled = new Monitor(); 62 protected Monitor mOnPlayCalled = new Monitor(); 63 protected Monitor mOnDeselectTrackCalled = new Monitor() [all...] |
MediaPlayerTestBase.java | 43 protected static final int SLEEP_TIME = 1000; 44 protected static final int LONG_SLEEP_TIME = 6000; 45 protected static final int STREAM_RETRIES = 20; 46 protected static boolean sUseScaleToFitMode = false; 48 protected Monitor mOnVideoSizeChangedCalled = new Monitor(); 49 protected Monitor mOnVideoRenderingStartCalled = new Monitor(); 50 protected Monitor mOnBufferingUpdateCalled = new Monitor(); 51 protected Monitor mOnPrepareCalled = new Monitor(); 52 protected Monitor mOnSeekCompleteCalled = new Monitor(); 53 protected Monitor mOnCompletionCalled = new Monitor() [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
BaseCommands.java | 33 protected Context mContext; 34 protected RadioState mState = RadioState.RADIO_UNAVAILABLE; 35 protected Object mStateMonitor = new Object(); 37 protected RegistrantList mRadioStateChangedRegistrants = new RegistrantList(); 38 protected RegistrantList mOnRegistrants = new RegistrantList(); 39 protected RegistrantList mAvailRegistrants = new RegistrantList(); 40 protected RegistrantList mOffOrNotAvailRegistrants = new RegistrantList(); 41 protected RegistrantList mNotAvailRegistrants = new RegistrantList(); 42 protected RegistrantList mCallStateRegistrants = new RegistrantList(); 43 protected RegistrantList mNetworkStateRegistrants = new RegistrantList() [all...] |
CallTracker.java | 44 protected int mPendingOperations; 45 protected boolean mNeedsPoll; 46 protected Message mLastRelevantPoll; 47 protected ArrayList<Connection> mHandoverConnections = new ArrayList<Connection>(); 51 protected boolean mNumberConverted = false; 56 protected static final int EVENT_POLL_CALLS_RESULT = 1; 57 protected static final int EVENT_CALL_STATE_CHANGE = 2; 58 protected static final int EVENT_REPOLL_AFTER_DELAY = 3; 59 protected static final int EVENT_OPERATION_COMPLETE = 4; 60 protected static final int EVENT_GET_LAST_CALL_FAIL_CAUSE = 5 [all...] |
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/ |
AbstractLayoutBase.java | 137 protected static final ExpectedKey DELETE_KEY = key(ICON_DELETE, Constants.CODE_DELETE); 138 protected static final ExpectedKey TAB_KEY = key(ICON_TAB, Constants.CODE_TAB); 139 protected static final ExpectedKey SHORTCUT_KEY = key(ICON_SHORTCUT, Constants.CODE_SHORTCUT); 140 protected static final ExpectedKey SETTINGS_KEY = key(ICON_SETTINGS, Constants.CODE_SETTINGS); 141 protected static final ExpectedKey LANGUAGE_SWITCH_KEY = key( 143 protected static final ExpectedKey ENTER_KEY = key(ICON_ENTER, Constants.CODE_ENTER); 144 protected static final ExpectedKey EMOJI_ACTION_KEY = key(ICON_EMOJI_ACTION, Constants.CODE_EMOJI); 145 protected static final ExpectedKey EMOJI_NORMAL_KEY = key(ICON_EMOJI_NORMAL, Constants.CODE_EMOJI); 146 protected static final ExpectedKey SPACE_KEY = key(ICON_SPACE, Constants.CODE_SPACE); 147 protected static final ExpectedKey CAPSLOCK_MORE_KEY = key(" ", Constants.CODE_CAPSLOCK) [all...] |
/packages/services/Telephony/src/com/android/phone/ |
ADNList.java | 50 protected static final String TAG = "ADNList"; 51 protected static final boolean DBG = false; 59 protected static final int NAME_COLUMN = 0; 60 protected static final int NUMBER_COLUMN = 1; 61 protected static final int EMAILS_COLUMN = 2; 68 protected static final int QUERY_TOKEN = 0; 69 protected static final int INSERT_TOKEN = 1; 70 protected static final int UPDATE_TOKEN = 2; 71 protected static final int DELETE_TOKEN = 3; 74 protected QueryHandler mQueryHandler [all...] |
/libcore/ojluni/src/main/java/java/net/ |
AbstractPlainDatagramSocketImpl.java | 54 protected InetAddress connectedAddress = null; 88 protected synchronized void create() throws SocketException { 108 protected synchronized void bind(int lport, InetAddress laddr) 113 protected abstract void bind0(int lport, InetAddress laddr) 121 protected abstract void send(DatagramPacket p) throws IOException; 130 protected void connect(InetAddress address, int port) throws SocketException { 143 protected void disconnect() { 154 protected abstract int peek(InetAddress i) throws IOException; 155 protected abstract int peekData(DatagramPacket p) throws IOException; 160 protected synchronized void receive(DatagramPacket p [all...] |
/packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/cards/ |
CardView.java | 51 protected final static long SHOW_ANIMATION_DURATION = 1000 * DebugUtil.ANIMATION_FACTOR; 53 protected ImageView mBackgroundImage; 54 protected ViewGroup mDetailsPanel; 55 protected ViewSwitcher mLeftIconSwitcher; 56 protected ViewSwitcher mRightIconSwitcher; 60 protected long mLastUpdated = SystemClock.elapsedRealtime(); 67 protected final int mCardWidth; 68 protected final int mCardHeight; 69 protected final int mCurveRadius; 70 protected final int mTextPanelWidth [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
KeyguardDisabledFeaturesActivity.java | 41 protected DevicePolicyManager mDpm; 50 protected int getKeyguardDisabledFeatures() { 57 protected void onCreate(Bundle savedInstanceState) { 78 protected ComponentName getAdminComponent() { 82 protected String getTestIdPrefix() { 97 protected void setKeyguardDisabledFeatures() { 105 protected void setupDisableTrustAgentsTest(ArrayTestListAdapter adapter) { 112 protected void setupDisableUnredactedWorkNotification(ArrayTestListAdapter adapter) { 121 protected void setupFingerprintTests(ArrayTestListAdapter adapter) { 137 protected void setupTests(ArrayTestListAdapter adapter) [all...] |
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
BroadcastTestBase.java | 35 protected static final int TIMEOUT_MS = 20 * 1000; 37 protected Context mContext; 38 protected Bundle mResultExtras; 40 protected ActivityDoneReceiver mActivityDoneReceiver = null; 43 protected boolean mHasFeature; 50 protected void setUp() throws Exception { 56 protected void tearDown() throws Exception { 70 protected boolean isIntentSupported(String intentStr) { 81 protected void startTestActivity(String intentSuffix) { 90 protected void registerBroadcastReceiver(BroadcastUtils.TestcaseType testCaseType) throws Exception [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/ |
ConvergingAlgorithmImpl.java | 31 protected double absoluteAccuracy; 34 protected double relativeAccuracy; 37 protected int maximalIterationCount; 40 protected double defaultAbsoluteAccuracy; 43 protected double defaultRelativeAccuracy; 46 protected int defaultMaximalIterationCount; 49 protected int iterationCount; 62 protected ConvergingAlgorithmImpl(final int defaultMaximalIterationCount, 81 protected ConvergingAlgorithmImpl() {} 138 protected void resetIterationsCounter() [all...] |
/external/autotest/frontend/client/src/autotest/common/ui/ |
Paginator.java | 23 protected Panel panel = new FlowPanel(); 24 protected Label label; 25 protected Anchor link; 48 protected int resultsPerPage, numTotalResults; 49 protected List<SimpleCallback> callbacks = new ArrayList<SimpleCallback>(); 50 protected int currentStart = 0; 52 protected HorizontalPanel mainPanel = new HorizontalPanel(); 53 protected LinkWithDisable nextControl, prevControl, 55 protected Label statusLabel = new Label(); 148 protected int getLastPageStart() [all...] |
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
ImmutableSetTest.java | 40 @Override protected Set<String> of() { 44 @Override protected Set<String> of(String e) { 48 @Override protected Set<String> of(String e1, String e2) { 52 @Override protected Set<String> of(String e1, String e2, String e3) { 56 @Override protected Set<String> of( 61 @Override protected Set<String> of( 66 @Override protected Set<String> of(String e1, String e2, String e3, 71 @Override protected Set<String> copyOf(String[] elements) { 75 @Override protected Set<String> copyOf(Collection<String> elements) { 79 @Override protected Set<String> copyOf(Iterable<String> elements) [all...] |
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
ModuleWriter.java | 104 protected boolean wroteDefine; 106 protected PrintStream output; 108 protected BufferedReader reader; 109 protected PrintStream updateFile; 110 protected int previousTotalScripts; 111 protected int previousTotalLanguages; 112 protected ArrayList scriptVersionNumber = new ArrayList(); 113 protected ArrayList languageVersionNumber = new ArrayList(); 156 protected static final String moduleHeader = 168 protected static final String moduleBegin = "U_NAMESPACE_BEGIN\n" [all...] |
/external/snakeyaml/src/test/java/org/pyyaml/ |
PyImportTest.java | 39 protected Object load(String data) { 44 protected Object load(Constructor loader, String data) { 49 protected Iterable<Object> loadAll(InputStream data) { 54 protected Iterable<Object> loadAll(String data) { 59 protected Iterable<Object> loadAll(Constructor loader, String data) { 64 protected String getResource(String theName) { 70 protected File[] getStreamsByExtension(String extention) { 74 protected File[] getStreamsByExtension(String extention, boolean onlyIfCanonicalPresent) { 81 protected File getFileByName(String name) { 88 protected List<Event> canonicalParse(InputStream input2) throws IOException [all...] |
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTest/java/android/databinding/testapp/ |
BaseDataBinderTest.java | 30 protected Class<T> mBinderClass; 32 protected T mBinder; 45 protected void setUp() throws Exception { 54 protected T getBinder() { 58 protected T initBinder() { 74 protected T initBinder(final Runnable init) { 110 protected void reCreateBinder(Runnable init) { 115 protected void assertMethod(Class<?> klass, String methodName) throws NoSuchMethodException { 119 protected void assertField(Class<?> klass, String fieldName) throws NoSuchFieldException { 123 protected void assertPublicField(Class<?> klass, String fieldName) throws NoSuchFieldException [all...] |
/frameworks/support/media/src/androidTest/java/androidx/media/ |
MediaPlayer2TestBase.java | 64 protected static final int SLEEP_TIME = 1000; 65 protected static final int LONG_SLEEP_TIME = 6000; 66 protected static final int STREAM_RETRIES = 20; 68 protected Monitor mOnVideoSizeChangedCalled = new Monitor(); 69 protected Monitor mOnVideoRenderingStartCalled = new Monitor(); 70 protected Monitor mOnBufferingUpdateCalled = new Monitor(); 71 protected Monitor mOnPrepareCalled = new Monitor(); 72 protected Monitor mOnPlayCalled = new Monitor(); 73 protected Monitor mOnDeselectTrackCalled = new Monitor(); 74 protected Monitor mOnSeekCompleteCalled = new Monitor() [all...] |
/packages/apps/TV/src/com/android/tv/dvr/ui/list/ |
SeriesScheduleRowPresenter.java | 52 protected ScheduleRowViewHolder onGetScheduleRowViewHolder(View view) { 57 protected String onGetRecordingTimeText(ScheduleRow row) { 63 protected String onGetProgramInfoText(ScheduleRow row) { 68 protected void onBindRowViewHolder(ViewHolder vh, Object item) { 90 protected void onInfoClicked(ScheduleRow row) { 95 protected void onStartRecording(ScheduleRow row) { 103 protected void onStopRecording(ScheduleRow row) { 111 protected void onCreateSchedule(ScheduleRow row) { 121 protected int[] getAvailableActions(ScheduleRow row) { 133 protected boolean canResolveConflict() [all...] |