Home
last modified time | relevance | path

Searched refs:opcode (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DActionServiceImpl.java135 private static Intent makeIntent(final int opcode) { in makeIntent() argument
138 intent.putExtra(EXTRA_OP_CODE, opcode); in makeIntent()
151 public static Intent makeIntent(final int opcode) { in makeIntent() argument
155 intent.putExtra(EXTRA_OP_CODE, opcode); in makeIntent()
227 final int opcode = intent.getIntExtra(EXTRA_OP_CODE, 0); in startServiceWithIntent() local
230 LogUtil.v(TAG, "acquiring wakelock for opcode " + opcode); in startServiceWithIntent()
232 sWakeLock.acquire(context, intent, opcode); in startServiceWithIntent()
243 sWakeLock.release(intent, opcode); in startServiceWithIntent()
257 final int opcode = intent.getIntExtra(EXTRA_OP_CODE, 0); in onHandleIntent() local
258 sWakeLock.ensure(intent, opcode); in onHandleIntent()
[all …]
DBackgroundWorkerService.java90 private static void startServiceWithIntent(final int opcode, final Intent intent) { in startServiceWithIntent() argument
94 intent.putExtra(EXTRA_OP_CODE, opcode); in startServiceWithIntent()
95 sWakeLock.acquire(context, intent, opcode); in startServiceWithIntent()
97 LogUtil.v(TAG, "acquiring wakelock for opcode " + opcode); in startServiceWithIntent()
103 + opcode); in startServiceWithIntent()
104 sWakeLock.release(intent, opcode); in startServiceWithIntent()
115 final int opcode = intent.getIntExtra(EXTRA_OP_CODE, 0); in onHandleIntent() local
116 sWakeLock.ensure(intent, opcode); in onHandleIntent()
119 switch(opcode) { in onHandleIntent()
131 sWakeLock.release(intent, opcode); in onHandleIntent()
/packages/apps/Messaging/src/com/android/messaging/util/
DWakeLockHelper.java51 public void acquire(final Context context, final Intent intent, final int opcode) { in acquire() argument
63 LogUtil.v(TAG, "acquiring " + mWakeLockId + " for opcode " + opcode); in acquire()
80 public boolean ensure(final Intent intent, final int opcode) { in ensure() argument
84 + intent.getAction() + " opcode: " + opcode in ensure()
92 + " opcode: " + opcode + " sWakeLock: " + mWakeLock + " isHeld: " in ensure()
106 public void release(final Intent intent, final int opcode) { in release() argument
113 + intent.getAction() + " opcode: " + opcode + " sWakeLock: " + mWakeLock in release()
/packages/apps/Stk/src/com/android/stk/
DStkAppService.java475 int opcode = msg.arg1; in handleMessage() local
478 CatLog.d(LOG_TAG, "handleMessage opcode[" + opcode + "], sim id[" + slotId + "]"); in handleMessage()
479 if (opcode == OP_CMD && msg.obj != null && in handleMessage()
483 mStkContext[slotId].mOpCode = opcode; in handleMessage()
484 switch (opcode) { in handleMessage()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp442 static void dut_mode_recv_callback (uint16_t opcode, uint8_t *buf, uint8_t len) { in dut_mode_recv_callback() argument
/packages/inputmethods/LatinIME/dictionaries/
Dit_wordlist.combined.gz
Dpt_PT_wordlist.combined.gz