OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:restored
(Results
226 - 250
of
968
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/java/android/appwidget/
AppWidgetProvider.java
194
* when instances of this AppWidget provider have been
restored
from backup. If your
200
* provider can immediately generate new RemoteViews suitable for its newly-
restored
set
/packages/apps/Browser/src/com/android/browser/
BrowserBackupAgent.java
144
Log.i(TAG, "
Restored
" + nUnique + " of " + N + " bookmarks");
155
// Last, write the state we just
restored
from so we can discern
TabControl.java
330
* Check if the state can be
restored
. If the state can be
restored
, the
333
* state cannot be
restored
.
375
* @param restoreAll All webviews get
restored
, not just the current tab
422
// make sure that there is no id overlap between the
restored
/packages/apps/Launcher3/src/com/android/launcher3/
ShortcutInfo.java
42
* The shortcut was
restored
from a backup and it not ready to be used. This is automatically
218
values.put(LauncherSettings.Favorites.
RESTORED
, status);
LauncherModel.java
365
// Only update the icon for
restored
apps.
[
all
...]
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
IntentStore.java
254
ProvisionLogger.loge("Account could not be
restored
from string " + string);
302
ProvisionLogger.loge("Persistable bundle could not be
restored
from string " + string);
/external/llvm/test/CodeGen/AArch64/
aarch64-dynamic-stack-layout.ll
181
; Check that stack pointer get
restored
from frame pointer.
213
; Check that stack pointer get
restored
from frame pointer.
267
; Check that stack pointer get
restored
from frame pointer.
314
; Check that stack pointer get
restored
from frame pointer.
375
; Check that stack pointer get
restored
from frame pointer.
428
; Check that stack pointer get
restored
from frame pointer.
479
; Check that stack pointer get
restored
from frame pointer.
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java
350
// Networks that use certificates for authentication can't be
restored
351
// because the certificates they need don't get
restored
(because they
352
// are stored in keystore, and can't be
restored
)
481
Log.v(TAG, "Applying
restored
wifi data");
[
all
...]
SettingsHelper.java
150
// Default case: write the
restored
value to settings
159
// If this was an element of interest, send the "we just
restored
it"
/external/lldb/include/lldb/Host/
Terminal.h
119
/// Returns \b true if the TTY state was successfully
restored
,
145
/// Returns \b true if \a m_tflags is valid and can be
restored
,
156
///
restored
, \b false otherwise.
166
///
restored
, \b false otherwise.
214
/// Returns \b true if the TTY state was successfully
restored
,
/frameworks/base/core/java/android/app/
LocalActivityManager.java
60
int curState =
RESTORED
; // Current state the activity is in.
63
static final int
RESTORED
= 0; // State
restored
, but no startActivity().
112
if (r.curState ==
RESTORED
|| r.curState == DESTROYED) {
442
* user later navigates to them the correct state will be
restored
.
FragmentTransaction.java
254
* be
restored
from its state. See {@link #commitAllowingStateLoss()} for
266
* be lost if the activity needs to later be
restored
from its state, so
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DocumentsActivity.java
188
if (!mState.
restored
) {
284
mState.
restored
= true;
296
void onStackRestored(boolean
restored
, boolean external) {
297
// Show drawer when no stack
restored
, but only when requesting
302
if (!
restored
) {
/external/v8/src/arm64/
deoptimizer-arm64.cc
274
// registers (note that at least fp must be
restored
though).
277
// Note that lr is not in the list of saved_registers and will be
restored
/frameworks/base/core/java/android/app/backup/
BackupManager.java
124
* Restore the calling application from backup. The data will be
restored
from the
345
*
restored
from if we were to install it right now.
BlobBackupHelper.java
68
* Given a byte array that was
restored
from backup, do whatever is appropriate
200
Log.w(TAG, "Unable to process
restored
payload: " + e.getMessage());
/frameworks/base/core/java/com/android/internal/util/
FileRotator.java
178
* writing modified data. Maintains a backup during write, which is
restored
229
* writing modified data. Maintains a backup during write, which is
restored
/frameworks/support/v4/java/android/support/v4/app/
FragmentTransaction.java
289
* be
restored
from its state. See {@link #commitAllowingStateLoss()} for
301
* be lost if the activity needs to later be
restored
from its state, so
/packages/apps/Bluetooth/src/com/android/bluetooth/
Utils.java
203
// which will be
restored
in the finally clause.
234
// which will be
restored
in the finally clause.
/art/runtime/arch/arm64/
quick_method_frame_info_arm64.h
28
// Registers need to be
restored
but not preserved by aapcs64.
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
SensorFeaturesDeactivator.java
33
* - keep track of the initial state for each sensor feature, so it can be
restored
at will
/developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/
BatchStepSensorFragment.java
62
// State of application, used to register for sensors when app is
restored
236
// the app is
restored
(for example on screen rotation).
434
// Fragment is being
restored
, reinitialise its state with data from the bundle
441
// Register listeners again if in detector or counter states with
restored
delay
/developers/samples/android/sensors/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/
BatchStepSensorFragment.java
62
// State of application, used to register for sensors when app is
restored
236
// the app is
restored
(for example on screen rotation).
434
// Fragment is being
restored
, reinitialise its state with data from the bundle
441
// Register listeners again if in detector or counter states with
restored
delay
/development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentTabsFragment.java
172
// This fragment was
restored
in the active state,
PersistentState.java
114
* will be
restored
correctly when we are resumed.
Completed in 766 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>