OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Migration
(Results
1 - 5
of
5
) sorted by null
/external/autotest/database/
migrate_unittest.py
17
Dummy
migration
class that records all migrations done in a class
133
migration
= migrate.
Migration
('name', 1, migration_module)
134
migration
.migrate_up(self.manager)
135
migration
.migrate_down(self.manager)
migrate.py
20
class
Migration
(object):
21
"""Represents a database
migration
."""
35
"""Instantiates a
Migration
from a file.
37
@param filename: Name of a
migration
file.
39
@return An instantiated
Migration
object.
67
"""Performs an up
migration
(to a newer version).
76
"""Performs a down
migration
(to an older version).
93
# A boolean, this will only be set to True if this
migration
should be
145
"""Checks whether the
migration
table exists."""
156
"""Creates the
migration
table.""
[
all
...]
/frameworks/base/services/core/java/com/android/server/notification/
ZenModeHelper.java
[
all
...]
/frameworks/base/core/java/android/service/notification/
ZenModeConfig.java
397
public static ZenModeConfig readXml(XmlPullParser parser,
Migration
migration
)
407
return
migration
.migrate(v1);
[
all
...]
/frameworks/base/
compiled-classes-phone
[
all
...]
Completed in 71 milliseconds