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

<<31323334353637383940>>

  /packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
BaseUiDeviceHelper.java 23 protected final UiDevice mUiDevice;
24 protected final Resources mTargetResources;
  /packages/experimental/KBars/app/src/main/java/js/kbars/
KBarsCar.java 15 protected void onCreate(Bundle savedInstanceState) {
30 protected void onResume() {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputTestsBase.java 64 protected static final int DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS = 500;
66 protected static final int DELAY_TO_WAIT_FOR_PREDICTIONS_MILLIS = 200;
68 protected static final int DELAY_TO_WAIT_FOR_GESTURE_MILLIS = 200;
76 protected LatinIME mLatinIME;
77 protected Keyboard mKeyboard;
78 protected MyEditText mEditText;
79 protected View mInputView;
80 protected InputConnection mInputConnection;
159 protected boolean setBooleanPreference(final String key, final boolean value,
169 protected boolean getBooleanPreference(final String key, final boolean defaultValue)
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ShadowCallLogProvider.java 22 protected CallLogDatabaseHelper getDatabaseHelper(final Context context) {
27 protected boolean isShadow() {
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
IntEditor.java 24 protected Object parseValue(String str) {
28 protected int getInputType() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RulesEngineTest.java 24 protected void setUp() throws Exception {
29 protected void tearDown() throws Exception {
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
PreconditionPreparer.java 52 protected final String mLogTag = getClass().getSimpleName();
82 protected void logInfo(String info) {
86 protected void logInfo(String infoFormat, Object... args) {
90 protected void logWarning(String warning) {
94 protected void logWarning(String warningFormat, Object... args) {
98 protected void logError(String error) {
102 protected void logError(String errorFormat, Object... args) {
106 protected void logError(Throwable t) {
  /toolchain/binutils/binutils-2.27/gold/testsuite/
ifuncmod5.c 54 /* Test protected indirect function. */
55 __asm__(".protected foo_protected");
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
SetGenerators.java 66 @Override protected Set<String> create(String[] elements) {
88 @Override protected Set<String> create(String[] elements) {
96 @Override protected SortedSet<String> create(String[] elements) {
103 @Override protected SortedSet<String> create(String[] elements) {
113 @Override protected SortedSet<String> create(String[] elements) {
123 @Override protected SortedSet<String> create(String[] elements) {
135 @Override protected SortedSet<String> create(String[] elements) {
150 @Override protected SortedSet<String> create(String[] elements) {
168 @Override protected SortedSet<String> create(String[] elements) {
183 @Override protected SortedSet<String> create(String[] elements)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringTest.java 59 protected boolean autoFormat() {
64 protected void setUp() throws Exception {
80 protected static Element findElementById(Element root, String id) {
95 protected static List<Element> getElements(Element root, String... ids) {
105 protected void checkEdits(String basename, List<Change> changes) throws BadLocationException,
143 protected void checkEdits(List<Change> changes,
148 protected void checkEdits(List<Change> changes,
197 protected UiViewElementNode createModel(UiViewElementNode parent, Element element) {
221 protected ViewInfo createInfos(UiElementNode model, String relativePath) throws IOException {
236 protected ViewInfo create(UiElementNode node, Iterator<String> lineIterator)
    [all...]
  /cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/
BaseShortcutManagerHostTest.java 42 protected static final boolean DUMPSYS_IN_TEARDOWN = false; // DO NOT SUBMIT WITH TRUE
44 protected static final boolean NO_UNINSTALL_IN_TEARDOWN = false; // DO NOT SUBMIT WITH TRUE
50 protected boolean mIsMultiuserSupported;
51 protected boolean mIsManagedUserSupported;
61 protected void setUp() throws Exception {
80 protected void tearDown() throws Exception {
85 protected void dumpsys(String label) throws DeviceNotAvailableException {
91 protected String executeShellCommandWithLog(String command) throws DeviceNotAvailableException {
98 protected void clearShortcuts(String packageName, int userId) throws Exception {
104 protected void installAppAsUser(String appFileName, int userId) throws FileNotFoundException
    [all...]
  /cts/tests/autofillservice/src/android/autofillservice/cts/
AbstractLoginActivityTestCase.java 38 protected LoginActivity mActivity;
48 protected void requestFocusOnUsername() throws TimeoutException {
56 protected void requestFocusOnUsernameNoWindowChange() {
72 protected void requestFocusOnPassword() throws TimeoutException {
CustomDescriptionWithLinkTestCase.java 107 protected abstract void saveUiRestoredAfterTappingLinkTest(PostSaveLinkTappedAction type)
110 protected void cleanUpAfterScreenOrientationIsBackToPortrait() throws Exception {
187 protected abstract void tapLinkThenTapBackThenStartOverTest(
211 protected abstract void saveUiCancelledAfterTappingLinkTest(PostSaveLinkTappedAction type)
220 protected abstract void tapLinkLaunchTrampolineActivityThenTapBackAndStartNewSessionTest()
233 protected abstract void tapLinkAfterUpdateAppliedTest(boolean updateLinkView) throws Exception;
246 protected final void startActivityOnNewTask(Class<?> clazz) {
252 protected RemoteViews newTemplate() {
258 protected final CustomDescription.Builder newCustomDescriptionBuilder(
265 protected final CustomDescription newCustomDescription
    [all...]
  /cts/tests/fragment/src/android/fragment/cts/
RecreatedActivity.java 41 protected void onCreate(Bundle savedInstanceState) {
47 protected void onResume() {
56 protected void onPause() {
62 protected void onDestroy() {
  /cts/tests/framework/base/activitymanager/app_base/src/android/server/am/
TestActivity.java 41 protected void onCreate(Bundle icicle) {
52 protected void onStart() {
58 protected void onResume() {
66 protected void onStop() {
  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
BitmapVerifier.java 25 protected static final int PASS_COLOR = Color.WHITE;
26 protected static final int FAIL_COLOR = Color.RED;
28 protected Bitmap mDifferenceBitmap;
46 protected static int indexFromXAndY(int x, int y, int stride, int offset) {
  /development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
AppListFragment.java 32 protected List<LauncherActivityInfo> getActivities(UserHandle user) {
37 protected void onBindAction2(Button v, LauncherActivityInfo ai, OnClickListener listener) {
60 protected void onLaunch(LauncherActivityInfo ai) {
65 protected void onAction2(LauncherActivityInfo ai) {
  /development/samples/browseable/DirectBoot/
_index.jd 8 This sample demonstrates how to store/access data in a device protected storage
  /development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
TabCompatActivity.java 39 protected void onCreate(Bundle savedInstanceState) {
45 protected void onSaveInstanceState(Bundle outState) {
51 protected void onRestoreInstanceState(Bundle savedInstanceState) {
59 protected TabHelper getTabHelper() {
  /external/annotation-tools/scene-lib/test/annotations/tests/classfile/cases/
TestMethodReceiver.java 19 protected void test3() {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1Generator.java 10 protected OutputStream _out;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
KeyFactory.java 21 protected PrivateKey engineGeneratePrivate(
48 protected PublicKey engineGeneratePublic(
75 protected KeySpec engineGetKeySpec(Key key, Class keySpec)
90 protected Key engineTranslateKey(Key key)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
BaseStreamCipher.java 56 protected BaseStreamCipher(
63 protected BaseStreamCipher(
75 protected int engineGetBlockSize()
80 protected byte[] engineGetIV()
85 protected int engineGetKeySize(
91 protected int engineGetOutputSize(
97 protected AlgorithmParameters engineGetParameters()
123 protected void engineSetMode(
136 protected void engineSetPadding(
146 protected void engineInit
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
WTauNafPreCompInfo.java 13 protected ECPoint.AbstractF2m[] preComp = null;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/field/
PrimeField.java 7 protected final BigInteger characteristic;

Completed in 696 milliseconds

<<31323334353637383940>>