OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:action
(Results
101 - 125
of
2353
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/tools/aapt2/
Flags.h
54
std::function<bool(const StringPiece& value)>
action
;
member in struct:aapt::Flags::Flag
/frameworks/compile/mclinker/lib/LD/
StaticResolver.cpp
66
LinkAction
action
;
local
69
action
= link_action[row][col];
71
switch (
action
) {
77
case NOACT: { /* no
action
. */
203
error(diag::undefined_situation) <<
action
<< old->name()
207
} // end of the big switch (
action
)
/frameworks/compile/mclinker/unittests/
InputTreeTest.cpp
62
std::vector<InputAction*>::iterator
action
;
local
63
for (
action
= actions.begin();
action
!= actions.end(); ++
action
) {
64
(*
action
)->activate(*m_pBuilder);
65
delete *
action
;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
MediaItemActionPresenter.java
24
* The presenter displaying a custom
action
in {@link AbstractMediaItemPresenter}.
25
* This is the default presenter for actions in media rows if no
action
presenter is provided by the
60
MultiActionsProvider.MultiAction
action
= (MultiActionsProvider.MultiAction) item;
local
61
actionViewHolder.getIcon().setImageDrawable(
action
.getCurrentDrawable());
/libcore/benchmarks/src/benchmarks/regression/
DoPrivilegedBenchmark.java
55
final PrivilegedAction<String>
action
= new ReusableAction("line.separator");
local
57
String lineSeparator = AccessController.doPrivileged(
action
);
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAreaInfoReceiver.java
36
String
action
= intent.getAction();
local
38
if (GET_LATEST_CB_AREA_INFO_ACTION.equals(
action
)) {
/packages/apps/DeskClock/src/com/android/deskclock/
AlarmInitReceiver.java
53
final String
action
= intent.getAction();
local
54
LogUtils.i("AlarmInitReceiver " +
action
);
65
if (ACTION_BOOT_COMPLETED.equals(
action
)) {
74
if (Intent.ACTION_MY_PACKAGE_REPLACED.equals(
action
)) {
/packages/apps/Dialer/src/com/android/dialer/calllog/
MissedCallNotificationReceiver.java
33
"android.telecom.
action
.SHOW_MISSED_CALLS_NOTIFICATION";
43
String
action
= intent.getAction();
local
44
if (!ACTION_SHOW_MISSED_CALLS_NOTIFICATION.equals(
action
)) {
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
UpdateMessageNotificationAction.java
16
package com.android.messaging.datamodel.
action
;
27
public class UpdateMessageNotificationAction extends
Action
{
/packages/apps/Messaging/src/com/android/messaging/ui/
RemoteInputEntrypointActivity.java
40
// Perform some
action
depending on the intent
41
String
action
= intent.getAction();
local
42
if (Intent.ACTION_SENDTO.equals(
action
)) {
52
LogUtil.w(TAG, "Unrecognized intent
action
: " +
action
);
/packages/apps/SpareParts/src/com/android/spare_parts/
Enabler.java
33
String
action
= intent.getAction();
local
/packages/apps/Stk/src/com/android/stk/
BootCompletedReceiver.java
37
String
action
= intent.getAction();
local
40
if (
action
.equals(Intent.ACTION_BOOT_COMPLETED)) {
46
} else if(
action
.equals(Intent.ACTION_USER_INITIALIZE)) {
/packages/apps/TV/src/com/android/tv/menu/
CustomizableOptionsRowAdapter.java
43
// Subclass should implement this to perform proper
action
57
MenuAction
action
= new MenuAction(
local
61
actions.add(position++,
action
);
63
actions.add(
action
);
/packages/apps/TV/src/com/android/tv/receiver/
GlobalKeyReceiver.java
34
private static final String ACTION_GLOBAL_BUTTON = "android.intent.
action
.GLOBAL_BUTTON";
42
int
action
= event.getAction();
local
43
if (
action
== KeyEvent.ACTION_UP) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothPairingRequest.java
33
String
action
= intent.getAction();
local
34
if (!
action
.equals(BluetoothDevice.ACTION_PAIRING_REQUEST)) {
38
// convert broadcast intent into activity intent (same
action
string)
/packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
ImsFrameworkReceiver.java
29
String
action
= intent.getAction();
local
30
if (Intent.ACTION_BOOT_COMPLETED.equals(
action
)) {
37
} else if (Intent.ACTION_SHUTDOWN.equals(
action
)) {
41
Log.e(TAG, "Received unknown intent: " +
action
);
ImsFrameworkService.java
38
String
action
= intent.getAction();
local
39
Log.d(TAG, "Service starting for intent " +
action
);
40
if (
action
.equals(Intent.ACTION_BOOT_COMPLETED)) {
44
stopSelf(); // stop service after handling the
action
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
EditorInfoCompatUtils.java
68
final String
action
= imeActionName(imeOptions);
local
82
return (
action
!= null) ? flags +
action
: flags.toString();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryDumpBroadcastReceiver.java
39
final String
action
= intent.getAction();
local
40
if (
action
.equals(DICTIONARY_DUMP_INTENT_ACTION)) {
43
Log.e(TAG, "Received dictionary dump intent
action
" +
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
IntentUtils.java
35
final String
action
= INPUT_METHOD_SUBTYPE_SETTINGS;
local
36
final Intent intent = new Intent(
action
);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
KlpActionCustomTests.java
17
package com.android.inputmethod.keyboard.
action
;
KlpActionTestsBase.java
17
package com.android.inputmethod.keyboard.
action
;
LxxActionCustomTests.java
17
package com.android.inputmethod.keyboard.
action
;
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProviderIntentService.java
37
final String
action
= intent.getAction();
local
38
if (CalendarAlarmManager.ACTION_CHECK_NEXT_ALARM.equals(
action
)
39
|| CalendarContract.ACTION_EVENT_REMINDER.equals(
action
)) {
48
Log.d(TAG, "Invalid Intent
action
: " +
action
);
/packages/providers/MediaProvider/src/com/android/providers/media/
MtpReceiver.java
34
final String
action
= intent.getAction();
local
35
if (Intent.ACTION_BOOT_COMPLETED.equals(
action
)) {
41
} else if (UsbManager.ACTION_USB_STATE.equals(
action
)) {
Completed in 1008 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>