Searched refs:what (Results 1 - 22 of 22) sorted by relevance

/development/ndk/platforms/android-3/include/linux/netfilter/
H A Dxt_connbytes.h33 u_int8_t what; member in struct:xt_connbytes_info
/development/samples/BluetoothHDP/src/com/example/bluetooth/health/
H A DBluetoothHDPActivity.java79 switch (msg.what) {
304 private void sendMessage(int what, int value) { argument
311 mHealthService.send(Message.obtain(null, what, value, 0));
321 private void sendMessageWithDevice(int what) { argument
328 mHealthService.send(Message.obtain(null, what, mDevice));
H A DBluetoothHDPService.java104 switch (msg.what) {
266 private void sendMessage(int what, int value) { argument
273 mClient.send(Message.obtain(null, what, value, 0));
/development/samples/AndroidBeamDemo/src/com/example/android/beam/
H A DBeam.java106 switch (msg.what) {
/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DMessengerService.java87 switch (msg.what) {
H A DMessengerServiceActivities.java47 switch (msg.what) {
95 // As part of the sample, tell the user what happened.
106 // As part of the sample, tell the user what happened.
H A DRemoteService.java151 switch (msg.what) {
322 // As part of the sample, tell the user what happened.
334 // As part of the sample, tell the user what happened.
452 switch (msg.what) {
/development/samples/Support4Demos/src/com/example/android/supportv4/content/
H A DLocalServiceBroadcaster.java118 switch (msg.what) {
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
H A DMusicService.java60 // constants exist in our class is a mere convenience: what really defines the actions our
209 * Intent's action, which specifies what is being requested of us.
354 * MediaPlayer paused or set it to a low volume, depending on what is allowed by the
545 public boolean onError(MediaPlayer mp, int what, int extra) { argument
548 Log.e(TAG, "Error: what=" + String.valueOf(what) + ", extra=" + String.valueOf(extra));
/development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
H A DGameActivity.java150 if (msg.what == MSG_COMPUTER_TURN) {
H A DGameView.java429 if (msg.what == MSG_BLINK) {
/development/samples/ToyVpn/src/com/example/android/toyvpn/
H A DToyVpnService.java83 Toast.makeText(this, message.what, Toast.LENGTH_SHORT).show();
/development/samples/USB/AdbTest/src/com/android/adb/
H A DAdbTestActivity.java199 switch (msg.what) {
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
H A DAsyncTask.java573 * a thread pool is generally <em>not</em> what one wants, because the order
667 switch (msg.what) {
/development/apps/Development/src/com/android/development/
H A DPermissionDetails.java78 switch (msg.what) {
H A DConnectivity.java163 switch(msg.what) {
/development/apps/OBJViewer/com/android/objviewer/
H A DOBJViewer.java249 if (msg.what == INVALIDATE) {
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
H A DBluetoothChat.java247 switch (msg.what) {
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
H A DWiFiServiceDiscoveryActivity.java279 switch (msg.what) {
/development/samples/training/location-aware/src/com/example/android/location/
H A DLocationActivity.java103 switch (msg.what) {
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
H A DClockBackService.java227 switch (message.what) {
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
H A DTouchPaint.java202 switch (msg.what) {

Completed in 783 milliseconds