HomeSort by relevance Sort by last modified time
    Searched refs:method (Results 701 - 725 of 4969) sorted by null

<<21222324252627282930>>

  /cts/tests/tests/content/src/android/content/cts/
ActivityNotFoundExceptionTest.java 32 method = "ActivityNotFoundException",
38 method = "ActivityNotFoundException",
ComponentNameTest.java 37 method = "ComponentName",
42 method = "ComponentName",
47 method = "ComponentName",
52 method = "ComponentName",
118 method = "flattenToString",
128 method = "getShortClassName",
150 method = "readFromParcel",
155 method = "writeToParcel",
175 method = "getPackageName",
185 method = "unflattenFromString"
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
DataSetObserverTest.java 30 notes = "Test onChanged, and this is an empty method.",
31 method = "onChanged",
41 notes = "Test OnInvalidated, and this is an empty method.",
42 method = "onInvalidated",
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteAbortExceptionTest.java 32 method = "SQLiteAbortException",
38 method = "SQLiteAbortException",
SQLiteConstraintExceptionTest.java 32 method = "SQLiteConstraintException",
38 method = "SQLiteConstraintException",
SQLiteDatabaseCorruptExceptionTest.java 32 method = "SQLiteDatabaseCorruptException",
38 method = "SQLiteDatabaseCorruptException",
SQLiteDiskIOExceptionTest.java 32 method = "SQLiteDiskIOException",
38 method = "SQLiteDiskIOException",
SQLiteDoneExceptionTest.java 32 method = "SQLiteDoneException",
38 method = "SQLiteDoneException",
SQLiteExceptionTest.java 32 method = "SQLiteException",
38 method = "SQLiteException",
SQLiteFullExceptionTest.java 32 method = "SQLiteFullException",
38 method = "SQLiteFullException",
SQLiteMisuseExceptionTest.java 32 method = "SQLiteMisuseException",
38 method = "SQLiteMisuseException",
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactory_OptionsTest.java 28 method = "BitmapFactory.Options",
37 method = "requestCancelDecode",
Shader_TileModeTest.java 32 method = "values",
37 method = "valueOf",
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
Drawable_ConstantStateTest.java 31 method = "getChangingConfigurations",
41 method = "newDrawable",
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsMessageTest.java 79 method = "createFromPdu",
84 method = "getServiceCenterAddress",
89 method = "getOriginatingAddress",
94 method = "getTPLayerLengthForPDU",
99 method = "getMessageBody",
104 method = "calculateLength",
109 method = "calculateLength",
114 method = "getPdu",
119 method = "isEmail",
124 method = "isCphsMwiMessage"
    [all...]
  /cts/tests/tests/telephony/src/android/telephony/gsm/cts/
SmsMessageTest.java 77 method = "createFromPdu",
82 method = "getServiceCenterAddress",
87 method = "getOriginatingAddress",
92 method = "getTPLayerLengthForPDU",
97 method = "getMessageBody",
102 method = "calculateLength",
107 method = "calculateLength",
112 method = "getPdu",
117 method = "isEmail",
122 method = "isCphsMwiMessage"
    [all...]
SmsMessage_MessageClassTest.java 34 method = "valueOf",
39 method = "values",
  /cts/tests/tests/text/src/android/text/cts/
BoringLayout_MetricsTest.java 32 method = "toString",
37 method = "BoringLayout.Metrics",
  /cts/tests/tests/view/src/android/view/cts/
GestureDetectorTest.java 64 notes = "test method GestureDetector",
65 method = "GestureDetector",
70 notes = "test method GestureDetector",
71 method = "GestureDetector",
76 notes = "test method GestureDetector",
77 method = "GestureDetector",
82 notes = "test method GestureDetector",
83 method = "GestureDetector",
105 notes = "test method onTouchEvent",
106 method = "onTouchEvent"
    [all...]
Surface_OutOfResourcesExceptionTest.java 34 method = "Surface.OutOfResourcesException",
39 method = "Surface.OutOfResourcesException",
View_BaseSavedStateTest.java 33 method = "BaseSavedState",
38 method = "BaseSavedState",
  /cts/tests/tests/widget/src/android/widget/cts/
AnalogClockTest.java 57 method = "AnalogClock",
63 method = "AnalogClock",
69 method = "AnalogClock",
104 method = "onMeasure",
114 method = "onSizeChanged",
124 method = "onDraw",
134 method = "onDetachedFromWindow",
144 method = "onAttachedToWindow",
  /dalvik/dx/src/com/android/dx/dex/file/
MethodIdItem.java 22 * Representation of a method reference inside a Dalvik file.
28 * @param method {@code non-null;} the constant for the method
30 public MethodIdItem(CstBaseMethodRef method) {
31 super(method);
50 * Gets the method constant.
  /dalvik/dx/tests/110-dex-preserve-this/
run 19 --dump-to=dump.txt --dump-method="Blort.test" *.class
  /dalvik/hit/src/com/android/hit/
StackFrame.java 32 public StackFrame(long id, String method, String sig, String file,
35 mMethodName = method;
46 case COMPILED_METHOD: return "Compiled method";
47 case NATIVE_METHOD: return "Native method";

Completed in 751 milliseconds

<<21222324252627282930>>