Home
last modified time | relevance | path

Searched refs:persistent (Results 1 – 25 of 74) sorted by relevance

123

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DStreamPort.java50 protected synchronized void assignFrame(Frame frame, boolean persistent) { in assignFrame() argument
52 checkFrameType(frame, persistent); in assignFrame()
54 if (persistent) { in assignFrame()
64 mPersistent = persistent; in assignFrame()
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
DViewInfoStoreTest.java165 assertTrue(mCallback.persistent.isEmpty()); in processAppear()
177 assertTrue(mCallback.persistent.isEmpty()); in processDisappearNormal()
190 assertTrue(mCallback.persistent.isEmpty()); in processDisappearMissingLayout()
205 assertTrue(mCallback.persistent.isEmpty()); in processDisappearMoveOut()
221 assertEquals(mCallback.persistent.get(vh), new Pair<>(pre, post)); in processDisappearAppear()
233 assertTrue(mCallback.persistent.isEmpty()); in processAppearAndDisappearInPostLayout()
280 final Map<ViewHolder, Pair<ItemHolderInfo, ItemHolderInfo>> persistent = new HashMap<>(); field in ViewInfoStoreTest.LoggingProcessCallback
302 assertFalse(persistent.containsKey(viewHolder)); in processPersistent()
305 persistent.put(viewHolder, new Pair<>(preInfo, postInfo)); in processPersistent()
/frameworks/base/services/core/java/com/android/server/am/
DProcessRecord.java179 boolean persistent; // always keep this application running? field in ProcessRecord
333 if (persistent || removed) { in dump()
334 pw.print(prefix); pw.print("persistent="); pw.print(persistent); in dump()
456 persistent = false; in ProcessRecord()
609 if (!persistent) { in kill()
DNativeCrashListener.java230 if (pr.persistent) { in consumeNativeCrashData()
DAppErrorDialog.java96 if (mProc.persistent) { in AppErrorDialog()
DAppErrors.java401 if (!r.persistent) { in crashApplicationInner()
591 if (!app.persistent) { in handleAppCrashLocked()
800 if (r.persistent) { in appNotResponding()
DActiveServices.java2335 if (r.app != null && !r.app.persistent) { in serviceDoneExecutingLocked()
2425 && (service.app == null || evenPersistent || !service.app.persistent)) { in collectPackageServicesLocked()
2433 if (!service.app.persistent) { in collectPackageServicesLocked()
2564 if (sr.app != app && sr.app != null && !sr.app.persistent) { in killServicesLocked()
2609 if (false && proc != null && !proc.persistent && proc.thread != null in killServicesLocked()
2627 if (!app.persistent) { in killServicesLocked()
2736 if (r.app != null && r.app.persistent) { in makeRunningServiceInfoLocked()
/frameworks/base/docs/html/google/backup/
Dindex.jd7 to copy a user's persistent app data to remote "cloud" storage. Backing up persistent data
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConnectivityManager.java1079 public void connectToUserSelectNetwork(int netId, boolean persistent) { in connectToUserSelectNetwork() argument
1081 + " persist=" + persistent); in connectToUserSelectNetwork()
1083 mQualifiedNetworkSelector.userSelectNetwork(netId, persistent); in connectToUserSelectNetwork()
/frameworks/base/docs/html/training/efficient-downloads/
Dregular_updates.jd47persistent TCP/IP connection. While it's possible to implement your own push service, it's best pr…
/frameworks/base/docs/html/training/monitoring-device-state/
Ddoze-standby.jd220 notifications. If your app requires a persistent connection to the network to
266 Android devices. GCM provides a single, persistent connection to the cloud; all apps needing
269 multiple apps to maintain their own, separate persistent connections, which can
272 maintaining your own persistent network connection.
475 <td>App's core function is maintaining a persistent connection with the peripheral
/frameworks/native/opengl/specs/
DEGL_ANDROID_blob_cache.txt51 While the focus of this extension is on providing a persistent cache for
105 In order to facilitate persistent caching of internal client API state that
/frameworks/base/core/java/android/preference/
DPreference.java929 public void setPersistent(boolean persistent) { in setPersistent() argument
930 mPersistent = persistent; in setPersistent()
/frameworks/support/v7/preference/src/android/support/v7/preference/
DPreference.java901 public void setPersistent(boolean persistent) { in setPersistent() argument
902 mPersistent = persistent; in setPersistent()
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/ui/
Dsettings.jd331 android:persistent="false">
339 android:persistent="false">
1170 // Check whether this Preference is persistent (continually saved)
1172 // No need to save instance state since it's persistent,
/frameworks/base/docs/html-intl/intl/ja/guide/topics/ui/
Dsettings.jd331 android:persistent="false">
339 android:persistent="false">
1170 // Check whether this Preference is persistent (continually saved)
1172 // No need to save instance state since it's persistent,
/frameworks/base/docs/html-intl/intl/ko/guide/topics/ui/
Dsettings.jd331 android:persistent="false">
339 android:persistent="false">
1170 // Check whether this Preference is persistent (continually saved)
1172 // No need to save instance state since it's persistent,
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/ui/
Dsettings.jd331 android:persistent="false">
339 android:persistent="false">
1170 // Check whether this Preference is persistent (continually saved)
1172 // No need to save instance state since it's persistent,
/frameworks/base/docs/html-intl/intl/ru/guide/topics/ui/
Dsettings.jd331 android:persistent="false">
339 android:persistent="false">
1170 // Check whether this Preference is persistent (continually saved)
1172 // No need to save instance state since it's persistent,
/frameworks/base/core/java/android/app/
DIApplicationThread.java101 boolean restrictedBackupMode, boolean persistent, Configuration config, in bindApplication() argument
DApplicationThreadNative.java300 boolean persistent = (data.readInt() != 0); in onTransact()
307 trackAllocation, restrictedBackupMode, persistent, config, compatInfo, services, in onTransact()
1056 boolean persistent, Configuration config, CompatibilityInfo compatInfo, in bindApplication() argument
1082 data.writeInt(persistent ? 1 : 0); in bindApplication()
/frameworks/base/docs/html/google/play/licensing/
Dadding-licensing.jd154 response and store the data locally to a persistent store, such as through
159 persistent store, rather than resetting the values each time the application is
218 in local persistent storage.</li>
320 license response data locally, in a persistent store. Because no data is stored,
368 an application to a persistent store, so that it is accessible across
371 the license validity period, and similar information in a persistent store,
375 data is persistent. </p>
387 secure, persistent manner. First, it provides an {@code Obfuscator}
/frameworks/base/docs/html/training/wearables/apps/
Dindex.jd66 need to show persistent content on versions prior to Android 5.1, create a notification in the
/frameworks/base/docs/html/training/game-controllers/
Dmultiple-controllers.jd44 persistent string value for the input device. Unlike a device ID, the descriptor
/frameworks/base/docs/html/design/patterns/
Dbuttons.jd17 screen: Lean Back and Immersive. In both approaches, all persistent system

123