HomeSort by relevance Sort by last modified time
    Searched full:runningstate (Results 1 - 11 of 11) sorted by null

  /packages/apps/Settings/src/com/android/settings/applications/
RunningProcessesView.java 53 RunningState.OnRefreshUiListener {
63 RunningState mState;
71 RunningState.BaseItem mCurSelected;
93 RunningState.BaseItem mItem;
102 if (mItem instanceof RunningState.ServiceItem) {
120 } else if (mItem instanceof RunningState.MergedItem) {
136 if (mItem instanceof RunningState.MergedItem) {
137 isService = ((RunningState.MergedItem)mItem).mServices.size() > 0;
168 public ActiveItem bind(RunningState state, RunningState.BaseItem item
    [all...]
RunningServiceDetails.java 47 implements RunningState.OnRefreshUiListener {
60 RunningState mState;
68 RunningState.MergedItem mMergedItem;
86 RunningState.ServiceItem mServiceItem;
93 RunningState.ServiceItem si = mServiceItem;
197 RunningState.MergedItem item = null;
198 ArrayList<RunningState.MergedItem> newItems = mShowBackground
202 RunningState.MergedItem mi = newItems.get(i);
244 void addServiceDetailsView(RunningState.ServiceItem si, RunningState.MergedItem mi
    [all...]
RunningState.java 58 public class RunningState {
59 static final String TAG = "RunningState";
63 static RunningState sInstance;
141 final Comparator<RunningState.MergedItem> mBackgroundComparator
142 = new Comparator<RunningState.MergedItem>() {
324 public Drawable loadIcon(Context context, RunningState state) {
670 public Drawable loadIcon(Context context, RunningState state) {
729 static RunningState getInstance(Context context) {
732 sInstance = new RunningState(context);
738 private RunningState(Context context)
    [all...]
  /external/chromium_org/chrome/browser/extensions/
chrome_app_api_browsertest.cc 59 std::string RunningState() { return RunningState(""); }
60 std::string RunningState(const char* frame_xpath) {
63 " window.chrome.app.runningState());";
256 EXPECT_EQ("cannot_run", RunningState());
264 EXPECT_EQ("ready_to_run", RunningState());
270 EXPECT_EQ("running", RunningState());
279 EXPECT_EQ("cannot_run", RunningState());
284 EXPECT_EQ("ready_to_run", RunningState());
291 EXPECT_EQ("cannot_run", RunningState());
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
app.json 55 "name": "runningState",
_api_features.json 70 "app.runningState": {
extension_api_unittest.cc     [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
app_custom_bindings.js 37 runningState: wrapForLogging(appNatives.GetRunningState)
  /frameworks/base/core/java/android/net/
DhcpStateMachine.java 109 private State mRunningState = new RunningState();
268 class RunningState extends State {
  /external/chromium_org/chrome/common/extensions/
extension_constants.h 278 // and chrome.app.runningState.
  /external/chromium-trace/trace-viewer/test_data/
v8.log     [all...]

Completed in 304 milliseconds