Searched refs:what (Results 301 - 325 of 515) sorted by relevance

<<11121314151617181920>>

/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
H A DRemoteDisplayProvider.java367 switch (msg.what) {
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DFaceUnlock.java64 // TODO: This was added for the purpose of adhering to what the biometric interface expects
208 switch (msg.what) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DGestureRecorder.java148 if (msg.what == SAVE_MESSAGE) {
H A DServiceMonitor.java71 switch(msg.what) {
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DEnableAccessibilityController.java59 switch (message.what) {
/frameworks/base/services/core/java/com/android/server/
H A DDockObserver.java218 switch (msg.what) {
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java91 switch (msg.what) {
/frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/
H A DMainActivity.java101 switch (msg.what) {
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCamera2AgentImpl.java224 Log.v(TAG, "handleMessage - action = '" + CameraActions.stringify(msg.what) + "'");
225 int cameraAction = msg.what;
640 throw new RuntimeException("Unimplemented CameraProxy message=" + msg.what);
655 Log.w(TAG, "Cannot handle message " + msg.what + ", mCamera is null");
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DLocationStatsAggregator.java214 switch(msg.what) {
/frameworks/native/libs/ui/
H A DRegion.cpp809 void Region::dump(String8& out, const char* what, uint32_t flags) const argument
819 what, this, tail-head);
829 void Region::dump(const char* what, uint32_t flags) const argument
834 ALOGD(" Region %s (this=%p, count=%" PRIdPTR ")\n", what, this, tail-head);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccPhoneBookInterfaceManager.java65 switch (msg.what) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DIconLoader.java134 switch (msg.what) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DAdnRecordCache.java327 switch(msg.what) {
H A DAdnRecordLoader.java138 switch (msg.what) {
/frameworks/support/v4/java/android/support/v4/content/
H A DLocalBroadcastManager.java114 switch (msg.what) {
H A DModernAsyncTask.java384 * a thread pool is generally <em>not</em> what one wants, because the order
471 switch (msg.what) {
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1396 // what mode to use now.
1700 // The app owns the surface; tell it about what is going on.
2034 * unless the container hierarchy knows what it is doing (i.e., it is fine as long as
3111 switch (message.what) {
3164 switch (msg.what) {
3212 if (msg.what == MSG_RESIZED_REPORT) {
3268 sendMessageDelayed(obtainMessage(msg.what, msg.arg1, msg.arg2), 500);
3637 * In addition to what a normal input stage can do, an asynchronous
4484 // acceleration on top of what we already compute based
4522 switch (msg.what) {
[all...]
/frameworks/base/core/java/android/app/
H A DActivityThread.java542 String what; field in class:ActivityThread.ContextCleanupInfo
910 // should happen regardless of what pending work we have to do
1295 if (DEBUG_MESSAGES) Slog.v(TAG, ">>> handling: " + codeToString(msg.what));
1296 switch (msg.what) {
1418 cci.context.performFinalCleanup(cci.who, cci.what);
1520 if (DEBUG_MESSAGES) Slog.v(TAG, "<<< done: " + codeToString(msg.what));
2166 private void sendMessage(int what, Object obj) { argument
2167 sendMessage(what, obj, 0, 0, false);
2170 private void sendMessage(int what, Object obj, int arg1) { argument
2171 sendMessage(what, ob
2174 sendMessage(int what, Object obj, int arg1, int arg2) argument
2178 sendMessage(int what, Object obj, int arg1, int arg2, boolean async) argument
2193 scheduleContextCleanup(ContextImpl context, String who, String what) argument
[all...]
/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp168 switch (msg->what()) {
638 switch (msg->what()) {
/frameworks/av/media/libstagefright/wifi-display/rtp/
H A DRTPSender.cpp508 switch (msg->what()) {
511 onNetNotify(msg->what() == kWhatRTPNotify, msg);
773 notify->setInt32("what", kWhatInformSender);
784 notify->setInt32("what", kWhatInitDone);
791 notify->setInt32("what", kWhatError);
798 notify->setInt32("what", kWhatNetworkStall);
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp493 static int32_t getWindowProp(ANativeWindow* window, int what) { argument
495 int res = window->query(window, what, &value);
/frameworks/base/media/java/android/media/
H A DRemoteController.java754 switch(msg.what) {
781 Log.e(TAG, "unknown event " + msg.what);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSPanel.java529 if (msg.what == SHOW_DETAIL) {
531 } else if (msg.what == SET_TILE_VISIBILITY) {
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationUsageStats.java536 switch (msg.what) {
550 Log.wtf(TAG, "Unknown message type: " + msg.what);

Completed in 549 milliseconds

<<11121314151617181920>>