OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasBackgroundActions
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
Action.java
83
public boolean
hasBackgroundActions
() {
182
final boolean
hasBackgroundActions
=
hasBackgroundActions
();
184
hasBackgroundActions
, result);
185
if (!
hasBackgroundActions
) {
ActionMonitor.java
361
* @param
hasBackgroundActions
- has the completing action requested background work
365
final int expectedOldState, final boolean
hasBackgroundActions
, final Object result) {
368
if (
hasBackgroundActions
) {
398
* @param
hasBackgroundActions
- has the completing action requested background work
402
final int expectedOldState, final boolean
hasBackgroundActions
, final Object result) {
408
monitor.executed(action, expectedOldState,
hasBackgroundActions
, result);
ProcessPendingMessagesAction.java
90
if (processingAction.
hasBackgroundActions
()) {
SyncMessagesAction.java
498
Assert.isTrue(
hasBackgroundActions
() || !syncManager.isSyncing());
Completed in 203 milliseconds