Searched refs:actionCode (Results 1 – 4 of 4) sorted by relevance
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/ |
D | BatteryStatsBgVsFgActions.java | 82 public static void doAction(Context ctx, String actionCode, String requestCode) { in doAction() argument 83 if (actionCode == null) { in doAction() 88 switch (actionCode) { in doAction() 291 private static void doNothingAsync(Context ctx, String requestCode, String actionCode) { in doNothingAsync() argument 303 tellHostActionFinished(actionCode, requestCode); in doNothingAsync() 387 private static void tellHostActionFinished(String actionCode, String requestCode) { in tellHostActionFinished() argument 388 String s = String.format("Completed performing %s for request %s", actionCode, requestCode); in tellHostActionFinished() 436 Context context, boolean shouldBeBg, String actionCode, String requestCode) { in checkAppState() argument 448 BatteryStatsBgVsFgActions.tellHostActionFinished(actionCode, requestCode); in checkAppState()
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | BaseInputConnectionTest.java | 75 int actionCode = 1; in testDefaultMethods() local 78 assertTrue(connection.performEditorAction(actionCode)); in testDefaultMethods()
|
/cts/tests/media/jni/ |
D | NativeCodecTestBase.cpp | 48 int32_t actionCode, const char* detail) { in onAsyncError() argument 53 actionCode); in onAsyncError()
|
/cts/tests/tests/media/libmediandkjni/ |
D | native-media-jni.cpp | 243 int32_t actionCode, in OnErrorCB() argument 245 ALOGV("OnErrorCB: err(%d), actionCode(%d), detail(%s)", err, actionCode, detail); in OnErrorCB()
|